Commit Graph

  • aad1191765 pass rocksdb oncall to mysql_mtr_filter otherwise tasks get created w… Anirban Rahut 2016-11-29 11:59:51 -0800
  • e333528991 DeleteRange write path end-to-end tests Andrew Kryczka 2016-11-29 10:56:05 -0800
  • 7784980fcd Fix mis-reporting of compaction read bytes to the base level Siying Dong 2016-11-29 10:49:47 -0800
  • 3c6b49ed66 Fix implicit conversion between int64_t to int Islam AbdelRahman 2016-11-29 10:40:31 -0800
  • b3b875657f Remove unused assignment in db/db_iter.cc Siying Dong 2016-11-29 09:06:10 -0800
  • 4f6e89b1d0 Fix range deletion covering key in same SST file Andrew Kryczka 2016-11-28 22:45:35 -0800
  • a2bf265a39 Avoid intentional overflow in GetL0ThresholdSpeedupCompaction Islam AbdelRahman 2016-11-28 18:25:27 -0800
  • 52fd1ff2c2 disable UBSAN for functions with intentional -ve shift / overflow Islam AbdelRahman 2016-11-28 17:46:35 -0800
  • 1886c435b9 Fix CompactionJob::Install division by zero Islam AbdelRahman 2016-11-28 16:39:49 -0800
  • 63c30de80d fix options_test ubsan Islam AbdelRahman 2016-11-28 16:35:21 -0800
  • 13e66a8f51 Fix compaction_job.cc division by zero Islam AbdelRahman 2016-11-28 16:31:41 -0800
  • 01eabf7375 Fix double-counted deletion stat Andrew Kryczka 2016-11-28 15:36:54 -0800
  • 7ffb10fc1a DeleteRange compaction statistics Andrew Kryczka 2016-11-28 11:44:40 -0800
  • 236d4c67e9 Less linear search in DBIter::Seek() when keys are overwritten a lot Mike Kolupaev 2016-11-28 10:12:28 -0800
  • cd7c4143d7 Improve Write Stalling System Siying Dong 2016-11-23 09:19:11 -0800
  • dfb6fe6755 Unified InlineSkipList::Insert algorithm with hinting Yi Wu 2016-11-22 14:06:54 -0800
  • 3068870cce Making persistent cache more resilient to filesystem failures Karthikeyan Radhakrishnan 2016-11-22 10:26:08 -0800
  • 734e4acafb Eliminate redundant cache lookup with range deletion Andrew Kryczka 2016-11-21 21:08:06 -0800
  • 182b940e70 Add WriteOptions.no_slowdown Maysam Yabandeh 2016-11-21 17:56:19 -0800
  • 4118e13330 Persistent Cache: Expose stats to user via public API Karthikeyan Radhakrishnan 2016-11-21 17:22:01 -0800
  • f2a8f92a15 rocks_lua_compaction_filter: add unused attribute to a variable Siying Dong 2016-11-21 14:45:08 -0800
  • 4444256ab7 Remove use of deprecated LZ4 function Nick Terrell 2016-11-21 12:17:06 -0800
  • 548d7fb261 Fix fd leak when using direct IOs Changli Gao 2016-11-21 12:09:33 -0800
  • fd43ee09da Range deletion microoptimizations Andrew Kryczka 2016-11-21 12:07:09 -0800
  • 23a18ca5ad Reword support a little bit to more clear and concise Joel Marcey 2016-11-21 11:28:17 -0800
  • 481856ac46 Update support to separate code issues with general questions Joel Marcey 2016-11-21 10:43:58 -0800
  • a0deec960f Fix deadlock when calling getMergedHistogram Changli Gao 2016-11-20 18:14:33 -0800
  • fe349db57b Remove Arena in RangeDelAggregator Andrew Kryczka 2016-11-19 14:14:35 -0800
  • e63350e726 Use more efficient hash map for deadlock detection Manuel Ung 2016-11-19 11:34:26 -0800
  • a13bde39ee Skip ldb test in Travis Siying Dong 2016-11-18 19:20:15 -0800
  • 73843aa636 Direct I/O Reads Handle the last sector correctly. Siying Dong 2016-11-18 19:17:25 -0800
  • 9d60151b04 Implement PositionedAppend for PosixWritableFile Maysam Yabandeh 2016-11-18 17:06:37 -0800
  • 3f62215210 Lazily initialize RangeDelAggregator's map and pinning manager Andrew Kryczka 2016-11-18 16:54:09 -0800
  • 41e77b8390 cmake: s/STEQUAL/STREQUAL/ Kefu Chai 2016-11-18 14:41:30 -0800
  • c1038d2837 Release RocksDB 5.0 Islam AbdelRahman 2016-11-17 18:31:55 -0800
  • 635a7bd1ad refactor TableCache Get/NewIterator for single exit points Andrew Kryczka 2016-11-17 14:30:11 -0800
  • f39452e81f Fix heap use after free ASAN/Valgrind Islam AbdelRahman 2016-11-17 12:02:40 -0800
  • a4eb7387b2 Allow plain table to store index on file with bloom filter disabled Siying Dong 2016-11-17 10:29:35 -0800
  • 36e4762ce0 Remove Ticker::SEQUENCE_NUMBER Yi Wu 2016-11-16 22:34:18 -0800
  • 86eb2b9ad9 Fix src.mk Islam AbdelRahman 2016-11-16 18:05:19 -0800
  • 0765babe15 Remove LATEST_BACKUP file Andrew Kryczka 2016-11-16 17:04:49 -0800
  • 647eafdc21 Introduce Lua Extension: RocksLuaCompactionFilter Yueh-Hsuan Chiang 2016-11-16 15:27:02 -0800
  • 760ef68a69 fix deleterange asan issue Andrew Kryczka 2016-11-16 13:52:00 -0800
  • 327085b7b2 fix valgrind Andrew Kryczka 2016-11-16 12:02:39 -0800
  • 715591bba0 Ask travis to use JDK 7 Adam Retter 2016-11-16 10:36:49 -0800
  • 972e3ff295 Enable allow_concurrent_memtable_write and enable_write_thread_adaptive_yield by default Siying Dong 2016-11-16 09:24:52 -0800
  • 420bdb42e7 option_change_migration_test: force full compaction when needed Siying Dong 2016-11-15 21:55:15 -0800
  • 1543d5d92e Report memory usage by memtable insert hints map. Yi Wu 2016-11-15 20:05:36 -0800
  • 018bb2ebf5 DeleteRange support for db_bench Andrew Kryczka 2016-11-15 17:33:27 -0800
  • dc51bd716b CMakeLists.txt: FreeBSD has jemalloc as default malloc Willem Jan Withagen 2016-11-15 17:27:48 -0800
  • 48e8baebc0 Decouple data iterator and range deletion iterator in TableCache Andrew Kryczka 2016-11-15 17:18:32 -0800
  • 4b0aa3c4c8 Fix failed compaction_filter_example and add it into make all daoye.ch 2016-11-15 16:54:36 -0800
  • 53b693f5fe ldb support for range delete Andrew Kryczka 2016-11-15 15:49:15 -0800
  • 661e4c9267 DeleteRange unsupported in non-block-based tables Andrew Kryczka 2016-11-15 15:18:56 -0800
  • 489d142808 DeleteRange interface Andrew Kryczka 2016-11-15 15:06:03 -0800
  • eba99c28e4 Fix min_write_buffer_number_to_merge = 0 bug Islam AbdelRahman 2016-11-15 13:38:24 -0800
  • 2ef92fea51 Remove all instances of relative_url until GitHub pages problem is fixed. Joel Marcey 2016-11-15 07:39:43 -0800
  • 91300d01f6 Dynamic max_total_wal_size option Artemiy Kolesnikov 2016-11-14 22:45:16 -0800
  • ec2f64794b Consider subcompaction boundaries when updating file boundaries for range deletion Andrew Kryczka 2016-11-14 20:20:14 -0800
  • 800e51553e Fix CSS issues again Joel Marcey 2016-11-14 20:11:26 -0800
  • b952c898b6 Parallize persistent_cache_test and transaction_test Yi Wu 2016-11-14 19:54:17 -0800
  • 3b192f6186 Handle full final subcompaction output file with range deletions Andrew Kryczka 2016-11-14 17:35:46 -0800
  • 6c57952002 Make range deletion inclusive-exclusive Andrew Kryczka 2016-11-14 17:35:17 -0800
  • 425210cc48 CSS issues are arising on the Github Pages side. Temp fix. Joel Marcey 2016-11-14 07:07:36 -0800
  • 1ea79a78c9 Optimize sequential insert into memtable - Part 1: Interface Yi Wu 2016-11-13 18:58:17 -0800
  • df5eeb85ca Optimize sequential insert into memtable - Part 2: Implementation Yi Wu 2016-11-13 13:00:52 -0800
  • 5ed650857d Fix SstFileWriter destructor Islam AbdelRahman 2016-11-12 20:03:39 -0800
  • adb665e0bf Allowed delayed_write_rate option to be dynamically set. Lijun Tang 2016-11-12 15:43:33 -0800
  • 307a4e80c8 sst_dump support for range deletion Andrew Kryczka 2016-11-12 09:23:05 -0800
  • 361010d447 Exporting compaction stats in the form of a map Maysam Yabandeh 2016-11-11 20:45:47 -0800
  • 672300f47f Use relative Urls for stylesheets Joel Marcey 2016-11-10 14:54:55 -0800
  • b39b2ee12f do not call get() in recovery mode Aaron Gao 2016-11-10 11:10:23 -0800
  • 1ca5f6d132 Fix 2PC Recovery SeqId Miscount Reid Horuff 2016-11-10 10:59:06 -0800
  • e095d0cbc7 Rocksdb contruns to new Sandcastle API Sergey Balabanov 2016-11-01 16:32:27 -0700
  • 14c0380e78 Convenience option to parse an internal key on command line Anirban Rahut 2016-11-10 10:06:06 -0800
  • c90fef88b1 fix open failure with empty wal Andrew Kryczka 2016-11-09 22:10:06 -0800
  • 4e20c5da20 Store internal keys in TombstoneMap Andrew Kryczka 2016-11-09 15:00:16 -0800
  • a9fb346e4a Fix RocksDB Lite build failure in c_test.cc Yueh-Hsuan Chiang 2016-11-09 12:20:12 -0800
  • d133b08f68 Use correct sequence number when creating memtable Reid Horuff 2016-11-09 12:12:40 -0800
  • 144cdb8f16 16384 as e.g .value for compression_max_dict_bytes Peter (Stig) Edwards 2016-11-09 11:15:22 -0800
  • 9bd191d2f4 Fix deadlock between (WriterThread/Compaction/IngestExternalFile) Islam AbdelRahman 2016-11-09 10:37:51 -0800
  • a9fae0a9d1 CSS problems again :( Joel Marcey 2016-11-08 15:21:37 -0800
  • 193221e0a1 Fix Forward Iterator Seek()/SeekToFirst() Islam AbdelRahman 2016-11-08 13:44:38 -0800
  • e48f3f8b9e remove tabs and duplicate #include in c api Aaron Gao 2016-11-08 13:42:46 -0800
  • 85bd8f518b Minor fix to GFLAGS usage in persistent cache Karthik 2016-11-08 12:52:17 -0800
  • a7875272d7 c: support seek_for_prev Jay Lee 2016-11-08 12:36:05 -0800
  • 0f17f9279b Make the header links a bit more flexible Joel Marcey 2016-11-07 17:03:19 -0800
  • cf19f559dd single quotes in feed Joel Marcey 2016-11-07 16:30:58 -0800
  • 2dc019e095 Fix header links Joel Marcey 2016-11-07 16:28:27 -0800
  • f1aedda068 More Jekyll 3.3 fixes Joel Marcey 2016-11-07 16:16:05 -0800
  • c54cdc3784 More Jekyll 3.3 updates Joel Marcey 2016-11-07 16:02:48 -0800
  • 2bcaf8246b Update product and feature template for Jekyll 3.3 Joel Marcey 2016-11-07 09:12:47 -0800
  • 24bceb0963 Java API - Implement GetFromBatch and GetFromBatchAndDB in WBWI Adam Retter 2016-11-06 01:25:39 -0800
  • 815f54afad Insert range deletion meta-block into block cache Andrew Kryczka 2016-11-05 09:10:51 -0700
  • 9e7cf3469b DeleteRange user iterator support Andrew Kryczka 2016-11-04 11:53:38 -0700
  • 5c5d01ae74 Fix wrong comment (Maximum supported block size) Islam AbdelRahman 2016-11-04 11:19:09 -0700
  • f998c9790f DeleteRange Get support Andrew Kryczka 2016-11-03 18:40:23 -0700
  • 879f366366 Add C api for RateLimiter zhangjinpeng1987 2016-11-03 11:00:46 -0700
  • 557034f362 Remove all instances of baseurl Joel Marcey 2016-11-03 10:29:33 -0700
  • 437942e481 Add avoid_flush_during_shutdown DB option Yi Wu 2016-11-02 15:22:13 -0700