Commit Graph

826 Commits (235ab9dd329951377b1b392c1a5b8a7d0b2ce499)

Author SHA1 Message Date
Islam AbdelRahman f03b5c987b Add experimental DB::AddFile() to plug sst files into empty DB 9 years ago
sdong df34aea331 PlainTableReader to support non-mmap mode 9 years ago
Andres Noetzli 014fd55adc Support for SingleDelete() 9 years ago
Igor Canadi 0e50a3fcc0 Merge issue with D46773 9 years ago
Igor Canadi a7e80379b0 LogAndApply() should fail if the column family has been dropped 9 years ago
Yoshinori Matsunobu 4886073174 Adding Slice::difference_offset() function 9 years ago
sdong 5de807ac16 Add options.hard_pending_compaction_bytes_limit to stop writes if compaction lagging behind 9 years ago
Ari Ekmekji 3c37b3cccd Determine boundaries of subcompactions 9 years ago
sdong abc7f5fdb2 Make DBTest.ReadLatencyHistogramByLevel more robust 9 years ago
agiardullo b5b2b75e52 better tuning of arena block size 9 years ago
sdong 342ba80895 Make DBTest.OptimizeFiltersForHits more deterministic 9 years ago
Andres Noetzli 3c9cef1eed Unified maps with Comparator for sorting, other cleanup 9 years ago
sdong 3e0a672c50 Bug fix: table readers created by TableCache::Get() doesn't have latency histogram reported 9 years ago
Ari Ekmekji 8b689546b6 Add Subcompactions to Universal Compaction Unit Tests 9 years ago
sdong 3d78eb66bb Arena usage to be calculated using malloc_usable_size() 9 years ago
Andres Noetzli effd9dd1e1 Fix deadlock in WAL sync 9 years ago
Andres Noetzli 72a9b73c9e Removed unnecessary checks in DBTest.ApproximateMemoryUsage 9 years ago
Andres Noetzli e853191c17 Fix DBTest.ApproximateMemoryUsage 9 years ago
Andres Noetzli 3795449c9d Fix DBTest.GetProperty 9 years ago
Dmitri Smirnov 6924d7582b Address noexcept and const integer lambda capture 9 years ago
Yueh-Hsuan Chiang 6996de87af Expose per-level aggregated table properties via GetProperty() 9 years ago
Andres Noetzli 2050832974 Fixing race condition in DBTest.DynamicMemtableOptions 9 years ago
Igor Canadi e46bcc08b9 Remove an extra 's' from cur-size-all-mem-tabless 9 years ago
Igor Canadi 4ab26c5ad1 Smarter purging during flush 9 years ago
Ari Ekmekji b6def58f73 Changed 'num_subcompactions' to the more accurate 'max_subcompactions' 9 years ago
sdong 07d2d34160 Add a counter about estimated pending compaction bytes 9 years ago
Yueh-Hsuan Chiang a203b913c1 Fixed a rare deadlock in DBTest.ThreadStatusFlush 9 years ago
Islam AbdelRahman 027ca5b2cd Total SST files size DB Property 9 years ago
Islam AbdelRahman 3fd70b05b8 Rate limit deletes issued by DestroyDB 9 years ago
Yueh-Hsuan Chiang df79eafcb3 Introduce GetIntProperty("rocksdb.size-all-mem-tables") 9 years ago
sdong 888fbdc889 Remove the contstaint that iterator upper bound needs to be within a prefix 9 years ago
Islam AbdelRahman cee1e8a080 Parallelize LoadTableHandlers 9 years ago
Andres Notzli 4249f159d5 Removing duplicate code in db_bench/db_stress, fixing typos 9 years ago
agiardullo 16ea1c7d1c simple ManagedSnapshot wrapper 9 years ago
Islam AbdelRahman 29b028b0ed Make DeleteScheduler tests more reliable 9 years ago
Poornima Chozhiyath Raman 7d364d0d94 Fix build failure 9 years ago
Poornima Chozhiyath Raman 960d936e83 Add function 'GetInfoLogList()' 9 years ago
sdong 7ccd1c80a7 Add two unit tests for SyncWAL() 9 years ago
Islam AbdelRahman 9aec75fbb9 Enable DBTest.FlushSchedule under TSAN 9 years ago
sdong 8e01bd1144 Fix misplaced position for reversing iterator direction while current key is a merge 9 years ago
Mike Kolupaev e06cf1a098 [wal changes 3/3] method in DB to sync WAL without blocking writers 9 years ago
Ari Ekmekji 5dc3e6881a Update Tests To Enable Subcompactions 9 years ago
Islam AbdelRahman c45a57b41e Support delete rate limiting 9 years ago
Mike Kolupaev 4922af6f8d fixed DBTest.GetPropertiesOfAllTablesTest and DBTest.GetUserDefinedTablaProperties flakiness 9 years ago
Andres Notzli 06aebca592 Report live data size estimate 9 years ago
sdong 02b635fa38 Fix undeterministic failure of DBTest.GetPropertiesOfAllTablesTest 9 years ago
Yueh-Hsuan Chiang 7219088cda Move general compaction tests from db_test.cc to db_compaction_test.cc 9 years ago
agiardullo 064294081b Improved FileExists API 9 years ago
Yueh-Hsuan Chiang 443c6646bc Move remaining universal compaction tests from db_test.cc to db_universal_compaction_test.cc 9 years ago
Yueh-Hsuan Chiang 7462286d33 Move in-place-update related tests from db_test.cc to db_inplace_update_test.cc 9 years ago