Commit Graph

735 Commits (876cb8bfb4bd6ab62616a90607528160a8c65fd9)

Author SHA1 Message Date
sdong e61d9c1484 Make DBTest.AggregatedTableProperties more deterministic 9 years ago
sdong b77eb16aba New Manifest format to allow customized fields in NewFile. 9 years ago
dyniusz a065cdb388 bloom hit/miss stats for SST and memtable 9 years ago
dyniusz 0267502655 Support for LevelDB SST with .ldb suffix 9 years ago
Igor Canadi bf19dbff44 Fix valgrind - Initialize done variable 9 years ago
Igor Canadi 115427ef63 Add APIs PauseBackgroundWork() and ContinueBackgroundWork() 9 years ago
Mike Lin 60fa9cf0b5 Override DBImplReadOnly::SyncWAL() to return NotSupported. Previously, calling it caused program abort. 9 years ago
Yueh-Hsuan Chiang 63e0f86797 Fixed a bug which causes rocksdb.flush.write.bytes stat is always zero 9 years ago
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 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