Commit Graph

927 Commits (be351f4754b1a93f30027214a4338942994f6fad)

Author SHA1 Message Date
Yueh-Hsuan Chiang b6aa3f962d Fixed a memory leak issue in DBTest.UnremovableSingleDelete 9 years ago
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 10 years ago
Andres Notzli 4249f159d5 Removing duplicate code in db_bench/db_stress, fixing typos 10 years ago
agiardullo 16ea1c7d1c simple ManagedSnapshot wrapper 10 years ago
Islam AbdelRahman 29b028b0ed Make DeleteScheduler tests more reliable 10 years ago
Poornima Chozhiyath Raman 7d364d0d94 Fix build failure 10 years ago
Poornima Chozhiyath Raman 960d936e83 Add function 'GetInfoLogList()' 10 years ago
sdong 7ccd1c80a7 Add two unit tests for SyncWAL() 10 years ago
Islam AbdelRahman 9aec75fbb9 Enable DBTest.FlushSchedule under TSAN 10 years ago
sdong 8e01bd1144 Fix misplaced position for reversing iterator direction while current key is a merge 10 years ago
Mike Kolupaev e06cf1a098 [wal changes 3/3] method in DB to sync WAL without blocking writers 10 years ago
Ari Ekmekji 5dc3e6881a Update Tests To Enable Subcompactions 10 years ago
Islam AbdelRahman c45a57b41e Support delete rate limiting 10 years ago
Mike Kolupaev 4922af6f8d fixed DBTest.GetPropertiesOfAllTablesTest and DBTest.GetUserDefinedTablaProperties flakiness 10 years ago
Andres Notzli 06aebca592 Report live data size estimate 10 years ago
sdong 02b635fa38 Fix undeterministic failure of DBTest.GetPropertiesOfAllTablesTest 10 years ago
Yueh-Hsuan Chiang 7219088cda Move general compaction tests from db_test.cc to db_compaction_test.cc 10 years ago
agiardullo 064294081b Improved FileExists API 10 years ago
Yueh-Hsuan Chiang 443c6646bc Move remaining universal compaction tests from db_test.cc to db_universal_compaction_test.cc 10 years ago