Commit Graph

377 Commits (dc7d1554381e37d1dcb15e01e964de2f4e79c7ad)

Author SHA1 Message Date
Levi Tamasi 228f2c5bf5 Adjust the blob cache printout in db_bench/db_stress (#10614) 2 years ago
Changyu Bi 7b9e970042 Optionally issue `DeleteRange` in `*whilewriting` benchmarks (#10552) 2 years ago
anand76 35cdd3e71e MultiGet async IO across multiple levels (#10535) 2 years ago
Akanksha Mahajan 5956ef0089 Add initial_auto_readahead_size and max_auto_readahead_size to db_bench (#10539) 2 years ago
Gang Liao 275cd80cdb Add a blob-specific cache priority (#10461) 2 years ago
Changyu Bi fd165c869d Add memtable per key-value checksum (#10281) 2 years ago
Jay Zhuang 3f763763aa Change `bottommost_temperture` to `last_level_temperture` (#10471) 2 years ago
Jay Zhuang 1e86d424e4 Tiered storage stress test (#10493) 2 years ago
Changyu Bi 9d77bf8f7b Fragment memtable range tombstone in the write path (#10380) 2 years ago
Andrew Kryczka 504fe4de80 Avoid allocations/copies for large `GetMergeOperands()` results (#10458) 2 years ago
Peter Dillinger 65036e4217 Revert "Add a blob-specific cache priority (#10309)" (#10434) 2 years ago
Gang Liao 8d178090be Add a blob-specific cache priority (#10309) 2 years ago
Yanqin Jin dd759537d0 Print perf context for all benchmarks if enabled (#10396) 2 years ago
Gang Liao 0b6bc101ba Charge blob cache usage against the global memory limit (#10321) 2 years ago
Gang Liao ec4ebeff30 Support prepopulating/warming the blob cache (#10298) 2 years ago
Guido Tagliavini Ponce 9645e66fc9 Temporarily return a LRUCache from NewClockCache (#10351) 2 years ago
Yanqin Jin b283f041f5 Stop tracking syncing live WAL for performance (#10330) 2 years ago
Mark Callaghan 177b2fa341 Set the value for --version, add --build_info (#10275) 2 years ago
Guido Tagliavini Ponce 57a0e2f304 Clock cache (#10273) 2 years ago
Gang Liao 2352e2dfda Add the blob cache to the stress tests and the benchmarking tool (#10202) 2 years ago
Hui Xiao a5d773e077 Add rate-limiting support to batched MultiGet() (#10159) 2 years ago
Peter Dillinger 126c223714 Remove deprecated block-based filter (#10184) 2 years ago
Peter Dillinger 94329ae4ec Use only ASCII in source files (#10164) 2 years ago
Changyu Bi 9882652b0e Verify write batch checksum before WAL (#10114) 2 years ago
Yanqin Jin ce419c0f10 Allow db_bench and db_stress to set `allow_data_in_errors` (#10171) 2 years ago
Hui Xiao d665afdbf3 Account memory of FileMetaData in global memory limit (#9924) 2 years ago
Guido Tagliavini Ponce f105e1a501 Make the per-shard hash table fixed-size. (#10154) 2 years ago
Guido Tagliavini Ponce cf85607795 Add support for FastLRUCache in db_bench. (#10096) 2 years ago
Gang Liao e6432dfd4c Make it possible to enable blob files starting from a certain LSM tree level (#10077) 2 years ago
Changyu Bi 8515bd50c9 Support read rate-limiting in SequentialFileReader (#9973) 2 years ago
Changyu Bi cc23b46da1 Support using ZDICT_finalizeDictionary to generate zstd dictionary (#9857) 2 years ago
Peter Dillinger 280b9f371a Fix auto_prefix_mode performance with partitioned filters (#10012) 2 years ago
Hui Xiao 3573558ec5 Rewrite memory-charging feature's option API (#9926) 2 years ago
sdong 736a7b5433 Remove own ToString() (#9955) 2 years ago
sdong 49628c9a83 Use std::numeric_limits<> (#9954) 2 years ago
Mark Callaghan bf68d1c93d Print elapsed time and number of operations completed (#9886) 2 years ago
Mark Callaghan b6ec3328af Make --benchmarks=flush flush the default column family (#9887) 2 years ago
Jaromir Vanek fb9a167a55 Add 95% confidence intervals to db_bench output (#9882) 2 years ago
Andrew Kryczka 690f1edf37 Avoid overwriting OPTIONS file settings in db_bench (#9862) 2 years ago
gitbw95 f241d082b6 Prevent double caching in the compressed secondary cache (#9747) 2 years ago
Duncan Bellamy 25e31d1a94 tools/db_bench_tool.cc use uint64_t instead of size_t (#9800) 2 years ago
Hui Xiao 49623f9c8e Account memory of big memory users in BlockBasedTable in global memory limit (#9748) 2 years ago
Bo Wang bcabee737f Improve comments for some files (#9793) 3 years ago
Andrew Kryczka bfea9e7c02 Add benchmark for GetMergeOperands() (#9785) 3 years ago
Mark Callaghan 37de4e1d08 Correctly set ThreadState::tid (#9757) 3 years ago
Mark Callaghan 1a130fa3c1 db_bench should use a good seed when --seed is not set or set to 0 (#9740) 3 years ago
Mark Callaghan 409635cb2a Add --slow_usecs option to determine when long op message is printed (#9732) 3 years ago
Mark Callaghan f219e3d5d8 db_bench should fail on bad values for --compaction_fadvice and --value_size_distribution_type (#9741) 3 years ago
Mark Callaghan d583d23d86 Avoid seed reuse when --benchmarks has more than one test (#9733) 3 years ago
Mark Callaghan 6904fd0c86 db_bench should fail when an option uses an invalid compression type (#9729) 3 years ago