Commit Graph

272 Commits (be8199cdb99b2de17a7d1479a16e9944c278e51f)

Author SHA1 Message Date
Akanksha Mahajan be8199cdb9 Run Merge with Integrated BlobDB in stress, crash and db_bench (#8461) 3 years ago
Peter (Stig) Edwards 75741eb0ce Add more ops to: db_bench -report_file_operations (#8448) 3 years ago
Akanksha Mahajan 5ba1b6e549 Cache warming data blocks during flush (#8242) 3 years ago
Peter Dillinger 865a25101d Mark Ribbon filter and optimize_filters_for_memory as production (#8408) 3 years ago
mrambacher 281ac9c89e Add CreateFrom methods to Env/FileSystem (#8174) 3 years ago
Peter Dillinger 311a544c2a Use deleters to label cache entries and collect stats (#8297) 3 years ago
anand76 13232e11d4 Allow cache_bench/db_bench to use a custom secondary cache (#8312) 3 years ago
sdong c3ff14e2c1 Hint temperature of bottommost level files to FileSystem (#8222) 3 years ago
David Carlier 728e5f5750 db_bench_tool: basic sys infos for FreeBSD. (#8169) 3 years ago
Yanqin Jin 2d8518f5ea Reset pinnable slice before using it in Get() (#8154) 4 years ago
mrambacher 1be3867689 Fix check in db_bench for num shard bits to match check in LRUCache (#8110) 4 years ago
junhan lee 06bb45a65a fix typo (#8088) 4 years ago
Zhichao Cao dd0447ae2c Add new Append API with DataVerificationInfo to Env WritableFile (#8071) 4 years ago
Mark Callaghan 326670d265 Add new db_bench --benchmarks options for controlling compaction (#8027) 4 years ago
mrambacher 3dff28cf9b Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routines (#8033) 4 years ago
Yanqin Jin 1f11d07f24 Enable compact filter for blob in dbstress and dbbench (#8011) 4 years ago
Andrew Kryczka d904233d2f Limit buffering for collecting samples for compression dictionary (#7970) 4 years ago
Levi Tamasi 0743eba0c4 Add support for the integrated BlobDB to db_bench (#7956) 4 years ago
David CARLIER 14fbb43f3e db_bench: dump cpu info for Mac. (#7932) 4 years ago
anand76 4ee991b1e6 Cleanup multiple DBs after running db_bench in multi-DB mode (#7891) 4 years ago
anand76 d7738666b0 Fix db_bench duration for multireadrandom benchmark (#7817) 4 years ago
Peter Dillinger 239d17a19c Support optimize_filters_for_memory for Ribbon filter (#7774) 4 years ago
Mammo, Mulugeta 1861de455e Add arena_block_size flag to db_bench (#7654) 4 years ago
Yanqin Jin 394210f280 Remove unused includes (#7604) 4 years ago
Levi Tamasi 30fb9dd50f Introduce a helper method UncompressData (#7434) 4 years ago
Yanqin Jin a28df7a75a Add basic support for user-defined timestamp to db_bench (#7389) 4 years ago
mrambacher 7d472accdc Bring the Configurable options together (#5753) 4 years ago
Peter Dillinger 9de912de3f Fix some errors showing up in Travis builds (#7359) 4 years ago
Hans Holmberg 679a413f11 Close databases on benchmark error exits in db_bench (#7327) 4 years ago
Hans Holmberg 2a0d3c7054 Add a file system parameter: --fs_uri to db_stress and db_bench (#6878) 4 years ago
Aaron Kabcenell 56ed601df3 Compaction Read/Write Stats by Compaction Type (#7165) 4 years ago
Peter Dillinger 5b2bbacb6f Minimize memory internal fragmentation for Bloom filters (#6427) 4 years ago
Peter Dillinger c7432cc3c0 Fix more defects reported by Coverity Scan (#6935) 4 years ago
Peter Dillinger 14eca6bf04 For ApproximateSizes, pro-rate table metadata size over data blocks (#6784) 4 years ago
Mian Qin d9e170d82b Fix issues for reproducing synthetic ZippyDB workloads in the FAST20' paper (#6795) 4 years ago
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) 5 years ago
Luca Giacchino 66a95f0fac Provide an allocator for new memory type to be used with RocksDB block cache (#6214) 5 years ago
CaixinGong a91613dd06 Fix readrandom return NotFound after fillrandom in db_bench (#6665) 5 years ago
Ziyue Yang 03a781a90c Add pipelined & parallel compression optimization (#6262) 5 years ago
sdong 488b1e6739 Fix an error in db_bench with gcc 4.8 (#6537) 5 years ago
Levi Tamasi 8637bc1eea Fix the description of unordered_write in db_bench (#6476) 5 years ago
sdong 9b3c9ef0e8 Add --index_with_first_key and --index_shortening_mode to DB bench (#5859) 5 years ago
Michael R. Crusoe 051696bf98 fix some spelling typos (#6464) 5 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 5 years ago
sdong df3f33dd05 Fix db_bench LITE build recently broken (#6411) 5 years ago
Burton Li e64508917b db_bench supports for generating random variable sized value. (#6386) 5 years ago
sdong 876c2dbff4 Allow readahead when reading option files. (#6372) 5 years ago