summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-07-13Stop tracking syncing live WAL for performance (#10330)Yanqin Jin
2022-06-22Add data block hash index to crash test, fix MultiGet issue (#10220)Peter Dillinger
2022-06-17Add rate-limiting support to batched MultiGet() (#10159)Hui Xiao
2022-06-16Add WriteOptions::protection_bytes_per_key (#10037)Andrew Kryczka
2022-06-16Remove deprecated block-based filter (#10184)Peter Dillinger
2022-06-15Use only ASCII in source files (#10164)Peter Dillinger
2022-06-15Verify write batch checksum before WAL (#10114)Changyu Bi
2022-06-15Allow db_bench and db_stress to set `allow_data_in_errors` (#10171)Yanqin Jin
2022-06-14Account memory of FileMetaData in global memory limit (#9924)Hui Xiao
2022-06-13Make the per-shard hash table fixed-size. (#10154)Guido Tagliavini Ponce
2022-06-13Increase num_levels for universal from 8 to 40 (#10158)Mark Callaghan
2022-06-10Snapshots with user-specified timestamps (#9879)Yanqin Jin
2022-06-09Enable wal_compression in crash_tests (#10141)Akanksha Mahajan
2022-06-08Fix parsing of db_bench output (#10124)Mark Callaghan
2022-06-07Update test for secondary instance in stress test (#10121)Yanqin Jin
2022-06-03Fix some bugs in verify_random_db.sh (#10112)Levi Tamasi
2022-06-03Add support for FastLRUCache in db_bench. (#10096)Guido Tagliavini Ponce
2022-06-03Temporarily disable wal compression (#10108)Yanqin Jin
2022-06-03Enhance to support more tuning options, and universal and integrated… (#9704)Mark Callaghan
2022-06-02Make it possible to enable blob files starting from a certain LSM tree level ...Gang Liao
2022-06-01Explicitly closing all directory file descriptors (#10049)Zichen Zhu
2022-06-01Add support for FastLRUCache in stress and crash tests. (#10081)Guido Tagliavini Ponce
2022-05-26Disable file ingestion in crash test for CF consistency (#10067)Andrew Kryczka
2022-05-26Enable IngestExternalFile() in crash test (#9357)Andrew Kryczka
2022-05-25Abort RocksDB performance regression test on failure in test setup (#10053)Peter Dillinger
2022-05-24Enable checkpoint and backup in db_stress when timestamp is enabled (#10047)Yanqin Jin
2022-05-24Support read rate-limiting in SequentialFileReader (#9973)Changyu Bi
2022-05-23Update version on main to 7.4 and add 7.3 to the format compatibility checks ...Levi Tamasi
2022-05-20Support using ZDICT_finalizeDictionary to generate zstd dictionary (#9857)Changyu Bi
2022-05-19Fix auto_prefix_mode performance with partitioned filters (#10012)Peter Dillinger
2022-05-19Track SST unique id in MANIFEST and verify (#9990)Jay Zhuang
2022-05-17Rewrite memory-charging feature's option API (#9926)Hui Xiao
2022-05-13Fix stress test with best-efforts-recovery (#9986)Yanqin Jin
2022-05-11Temporarily disable sync_fault_injection (#9979)Andrew Kryczka
2022-05-10Support single delete in ldb (#9469)yaphet
2022-05-09Fix format_compatible blowing away its TEST_TMPDIR (#9970)Peter Dillinger
2022-05-06Remove own ToString() (#9955)sdong
2022-05-06db_stress fault injection in release mode (#9957)Andrew Kryczka
2022-05-05Enable unsynced data loss in crash test (#9947)Andrew Kryczka
2022-05-05Use std::numeric_limits<> (#9954)sdong
2022-05-04Print elapsed time and number of operations completed (#9886)Mark Callaghan
2022-05-04Default `try_load_options` to true when DB is specified (#9937)Jay Zhuang
2022-05-03Make --benchmarks=flush flush the default column family (#9887)Mark Callaghan
2022-05-02Fix a bug of CompactionIterator/CompactionFilter using `Delete` (#9929)Yanqin Jin
2022-04-28Update protection info on recovered logs data (#9875)Anvesh Komuravelli
2022-04-27Improve stress test for MultiOpsTxnsStressTest (#9829)Yanqin Jin
2022-04-25Add 95% confidence intervals to db_bench output (#9882)Jaromir Vanek
2022-04-22Add blob dump support to the dump_live_files command (#9896)yuzhangyu
2022-04-21Add blob dump support to the dump command (#9881)yuzhangyu
2022-04-20Add 7.2 to compatible check (#9858)Jay Zhuang