Commit Graph

192 Commits (3bdce20e2b485de3642a840eba5aa809469389c7)

Author SHA1 Message Date
Zhongyi Xie baa5302447 Avoid double-compacting data in bottom level in manual compactions (#5138) 5 years ago
Yi Wu b70967aac7 db_bench: support seek to non-exist prefix (#5163) 5 years ago
Yanqin Jin 3189398c00 Fix bugs detected by clang analyzer (#5185) 5 years ago
anand76 fefd4b98c5 Introduce a new MultiGet batching implementation (#5011) 5 years ago
Siying Dong 2b4d5ceb47 Remove some "using std::..." from header files. (#5113) 5 years ago
Shobhit Dayal b45b1cde3e Feature for sampling and reporting compressibility (#4842) 5 years ago
Zhichao Cao 05ebfebc17 Fixed the potential stack overflow of MixGraph in db_bench (#5051) 5 years ago
Andrew Kryczka 18d2e4beb7 Run db_bench on database generated externally (#5017) 5 years ago
Siying Dong aef763b6d6 Make statistics's stats_level change thread-safe (#5030) 5 years ago
Siying Dong 5e298f865b Add two more StatsLevel (#5027) 5 years ago
Zhongyi Xie c4f5d0aa15 add GetStatsHistory to retrieve stats snapshots (#4748) 5 years ago
Zhongyi Xie ed995c6a69 add whole key bloom filter support in memtables (#4985) 5 years ago
Siying Dong 4db46aa2e6 Fix LITE Build (#4989) 5 years ago
Aubin Sanyal 3231a2e581 Deprecate ttl option from CompactionOptionsFIFO (#4965) 5 years ago
Michael Liu ca89ac2ba9 Apply modernize-use-override (2nd iteration) 5 years ago
Siying Dong cf3a671733 Remove cuckoo hash memtable (#4953) 5 years ago
Siying Dong d9c9f3c809 db_bench: fix "micros/op" reporting (#4949) 5 years ago
Alexander Zinoviev 32a6dd9a41 Add a new CPU time counter to compaction report (#4889) 6 years ago
zhichao-cao e2547103fd Fix the build error caused by the dynamic array (#4918) 6 years ago
Andrew Kryczka e242fa4664 Add latest toolchain (gcc-8, etc.) build support for fbcode users (#4923) 6 years ago
Sagar Vemuri 0cead31d10 Fix Clang static analyzer warning in db_bench (#4910) 6 years ago
Zhongyi Xie cbe0239270 add cast to avoid loss of precision error (#4906) 6 years ago
Zhichao Cao ce8e88d2d7 Generate mixed workload with Get, Put, Seek in db_bench (#4788) 6 years ago
Andrew Kryczka 01013ae766 Digest ZSTD compression dictionary once when writing SST file (#4849) 6 years ago
DorianZheng 2670fe8c73 Get `CompactionJobInfo` from CompactFiles 6 years ago
Sagar Vemuri 70645355ad Move FIFOCompactionPicker to a separate file (#4724) 6 years ago
Sagar Vemuri c94f073e5e Fix Mac build break in casting (#4722) 6 years ago
Po-Chuan Hsieh 60deb4485e Fix build with ROCKSDB_LITE and -Wunused-private-field (#4715) 6 years ago
Abhishek Madan 0ed738fdd0 Add max_scan_distance flag to db_bench (#4660) 6 years ago
Sagar Vemuri dc3528077a Update all unique/shared_ptr instances to be qualified with namespace std (#4638) 6 years ago
Zhongyi Xie fe0d23059d Fix two contrun job failures (#4587) 6 years ago
Yi Wu 0415244bfa option to print malloc stats at the end of db_bench (#4582) 6 years ago
Simon Grätzer f959e88048 Fix printf formatting on MacOS (#4533) 6 years ago
Abhishek Madan 35cd754a6d Add writes_before_delete_range flag to db_bench (#4538) 6 years ago
Zhongyi Xie d6ec288703 Add PerfContextByLevel to provide per level perf context information (#4226) 6 years ago
Igor Canadi 1cf5deb8fd Introduce CacheAllocator, a custom allocator for cache blocks (#4437) 6 years ago
Abhishek Madan 519f8b145f Generate appropriate number of keys in db_bench (#4404) 6 years ago
Anand Ananthabhotla a27fce408e Auto recovery from out of space errors (#4164) 6 years ago
Andrew Kryczka 2c14662213 Revert "Digest ZSTD compression dictionary once per SST file (#4251)" (#4347) 6 years ago
Andrew Kryczka 6c40806e51 Digest ZSTD compression dictionary once per SST file (#4251) 6 years ago
Fenggang Wu 9d646a6311 Add db_bench options of data block hash index (#4281) 6 years ago
Andrew Kryczka 7a9a164276 Fix db_bench default compression level (#4248) 6 years ago
Sagar Vemuri fefdac1004 Fix lite build failure in db_bench due to trace/replay (#4225) 6 years ago
Sagar Vemuri 12b6cdeed3 Trace and Replay for RocksDB (#3837) 6 years ago
Zhichao Cao 6811fb0658 Fixed the db_bench MergeRandom only access CF_default (#4155) 6 years ago
Siying Dong a5e851e113 Reformatting some recent changes (#4161) 6 years ago
Pooja Malik 1857576e03 db_bench support for OPTIONS+bloom and nicer output for perf_context (#4153) 6 years ago
Maysam Yabandeh 8581a93a6b Per-thread unique test db names (#4135) 6 years ago
Zhongyi Xie 23b76252c8 db_bench: enable setting cache_size when loading options file 6 years ago
Zhongyi Xie de98fd88e3 Support compaction filter in db_bench (#4106) 6 years ago