Commit Graph

237 Commits (cf342464caf8155ab60f7a48e39a8d6ae3138a7a)

Author SHA1 Message Date
Ziyue Yang e619a20e93 Add an option for parallel compression in for db_stress (#6722) 4 years ago
Derrick Pallas 5272305437 Fix FilterBench when RTTI=0 (#6732) 4 years ago
Peter Dillinger 31da5e34c1 C++20 compatibility (#6697) 4 years ago
sdong 1be3be5522 Auto-Format two recent diffs and add HISTORY.md (#6685) 4 years ago
Luca Giacchino 66a95f0fac Provide an allocator for new memory type to be used with RocksDB block cache (#6214) 4 years ago
CaixinGong a91613dd06 Fix readrandom return NotFound after fillrandom in db_bench (#6665) 4 years ago
Ziyue Yang 03a781a90c Add pipelined & parallel compression optimization (#6262) 4 years ago
sdong 488b1e6739 Fix an error in db_bench with gcc 4.8 (#6537) 4 years ago
Levi Tamasi 8637bc1eea Fix the description of unordered_write in db_bench (#6476) 4 years ago
sdong 9b3c9ef0e8 Add --index_with_first_key and --index_shortening_mode to DB bench (#5859) 4 years ago
Michael R. Crusoe 051696bf98 fix some spelling typos (#6464) 4 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
sdong df3f33dd05 Fix db_bench LITE build recently broken (#6411) 4 years ago
Burton Li e64508917b db_bench supports for generating random variable sized value. (#6386) 4 years ago
sdong 876c2dbff4 Allow readahead when reading option files. (#6372) 4 years ago
sdong 24c9dce825 Remove include math.h (#6373) 4 years ago
Levi Tamasi 130e710056 Add BlobDB GC cutoff parameter to db_bench (#6211) 5 years ago
Zhichao Cao 8ea087ad16 Workload generator (Mixgraph) based on prefix hotness (#5953) 5 years ago
Yanqin Jin c0abc6bbc1 Use FLAGS_env for certain operations in db_bench (#5943) 5 years ago
Zhichao Cao 526e3b9763 Enable trace_replay with multi-threads (#5934) 5 years ago
Levi Tamasi 78b28d80b0 Support non-TTL Puts for BlobDB in db_bench (#5921) 5 years ago
sdong e8263dbdaa Apply formatter to recent 200+ commits. (#5830) 5 years ago
Lingjing You 1a928c22a0 Add insert hints for each writebatch (#5728) 5 years ago
anand76 eb9026f09b Add a db_bench benchmark to warm up the row cache 5 years ago
Zhongyi Xie 2f41ecfe75 Refactor trimming logic for immutable memtables (#5022) 5 years ago
Vijay Nadimpalli d150e01474 New API to get all merge operands for a Key (#5604) 5 years ago
Mark Rambacher cfcf045acc The ObjectRegistry class replaces the Registrar and NewCustomObjects.… (#5293) 5 years ago
sdong e4dcf5fd22 db_bench to add a new "benchmark" to print out all stats history (#5532) 5 years ago
haoyuhuang 66464d1fde Remove multiple declarations o kMicrosInSecond. 5 years ago
Eli Pozniansky 3e6c185381 Formatting fixes in db_bench_tool (#5525) 5 years ago
Eli Pozniansky f872009237 Fix from some C-style casting (#5524) 5 years ago
Zhongyi Xie 671d15cbdd Persistent Stats: persist stats history to disk (#5046) 5 years ago
haoyuhuang d43b4cd570 Integrate block cache tracing into db_bench (#5459) 5 years ago
Zhongyi Xie d68f9f4580 simplify include directive involving inttypes (#5402) 5 years ago
Vijay Nadimpalli 49c5a12dbe Organizing rocksdb/db directory 5 years ago
Yanqin Jin 83f7a8eed0 Fix compilation error in LITE mode (#5391) 5 years ago
Yanqin Jin b9f5900658 Fix WAL replay by skipping old write batches (#5170) 5 years ago
Siying Dong 8843129ece Move some memory related files from util/ to memory/ (#5382) 5 years ago
Siying Dong e9e0101ca4 Move test related files under util/ to test_util/ (#5377) 5 years ago
Maysam Yabandeh eab4f49a2c WritePrepared: skip_concurrency_control option (#5330) 5 years ago
Zhichao Cao a13026fb2f Added trace replay fast forward function (#5273) 5 years ago
Maysam Yabandeh f383641a1d Unordered Writes (#5218) 5 years ago
Yi Wu 92c60547fe db_bench: fix hang on IO error (#5300) 5 years ago
Sagar Vemuri 3548e4220d Improve explicit user readahead performance (#5246) 5 years ago
Adam Retter 990b2f4cb3 Fix compilation on db_bench_tool.cc on Windows (#5227) 5 years ago
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