Commit Graph

338 Commits (d6e016be6dceae99adb2c068331c90d468661873)

Author SHA1 Message Date
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) 2 years ago
Andrew Kryczka bfea9e7c02 Add benchmark for GetMergeOperands() (#9785) 2 years ago
Mark Callaghan 37de4e1d08 Correctly set ThreadState::tid (#9757) 2 years ago
Mark Callaghan 1a130fa3c1 db_bench should use a good seed when --seed is not set or set to 0 (#9740) 2 years ago
Mark Callaghan 409635cb2a Add --slow_usecs option to determine when long op message is printed (#9732) 2 years ago
Mark Callaghan f219e3d5d8 db_bench should fail on bad values for --compaction_fadvice and --value_size_distribution_type (#9741) 2 years ago
Mark Callaghan d583d23d86 Avoid seed reuse when --benchmarks has more than one test (#9733) 2 years ago
Mark Callaghan 6904fd0c86 db_bench should fail when an option uses an invalid compression type (#9729) 2 years ago
Mark Callaghan d71e5a5beb Add number of running flushes & compactions to --stats_per_interval output (#9726) 2 years ago
Akanksha Mahajan f07eec1bf8 Add async_io read option in db_bench (#9735) 2 years ago
Mark Callaghan 63a284a6ad For db_bench --benchmarks=fillseq with --num_multi_db load databases … (#9713) 2 years ago
Mark Callaghan 1ca1562e35 Make mixgraph easier to use (#9711) 2 years ago
Hui Xiao ca0ef54f16 Rate-limit automatic WAL flush after each user write (#9607) 2 years ago
Bo Wang f706a9c199 Add a secondary cache implementation based on LRUCache 1 (#9518) 2 years ago
Siddhartha Roychowdhury 39b0d92153 Add record to set WAL compression type if enabled (#9556) 2 years ago
Andrew Kryczka babe56ddba Add rate limiter priority to ReadOptions (#9424) 2 years ago
Peter Dillinger 479eb1aad6 Hide deprecated, inefficient block-based filter from public API (#9535) 2 years ago
Akanksha Mahajan 9745c68eb1 Remove deprecated option new_table_reader_for_compaction_inputs (#9443) 2 years ago
satyajanga 036bbab6f7 Use the comparator from the sst file table properties in sst_dump_tool (#9491) 2 years ago
mrambacher aae3093719 Introduce a CountedFileSystem for counting file operations (#9283) 2 years ago
Yanqin Jin 3122cb4358 Revise APIs related to user-defined timestamp (#8946) 2 years ago
Peter Dillinger f6d7ec1d02 Ignore `total_order_seek` in DB::Get (#9427) 2 years ago
Hui Xiao 42cca28ebb Remove deprecated API AdvancedColumnFamilyOptions::rate_limit_delay_max_milliseconds (#9455) 2 years ago
Jay Zhuang 22321e1027 Remove unused API base_background_compactions (#9462) 2 years ago
Hui Xiao 1e0e883ca5 Remove deprecated API AdvancedColumnFamilyOptions::soft_rate_limit/hard_rate_limit (#9452) 2 years ago
Siddhartha Roychowdhury c27ca23644 Add option for WAL compression algorithm (#9432) 2 years ago
Yanqin Jin 50135c1bf3 Move HDFS support to separate repo (#9170) 2 years ago
Peter Dillinger 5576ded762 Add Options::DisableExtraChecks, clarify force_consistency_checks (#9363) 2 years ago
mrambacher fe31dc53ca Make the Env class Customizable (#9293) 3 years ago
sdong a931bacf5d Improve SimulatedHybridFileSystem (#9301) 3 years ago
Yanqin Jin 42fef0224f Fix build for msvc (#9230) 3 years ago
Levi Tamasi dc5de45af8 Support readahead during compaction for blob files (#9187) 3 years ago
Akanksha Mahajan 17ce1ca48b Reuse internal auto readhead_size at each Level (expect L0) for Iterations (#9056) 3 years ago
sdong caadf09d53 Add options.manual_wal_flush to db_bench (#9132) 3 years ago
sdong a2b9be42b6 Try to start TTL earlier with kMinOverlappingRatio is used (#8749) 3 years ago
Peter Dillinger a7d4bea43a Implement XXH3 block checksum type (#9069) 3 years ago
sdong c66b4429ff Incremental Space Amp Compactions in Universal Style (#8655) 3 years ago
Ubuntu 140db3c44e Fix rate limit for MixGraph (#9027) 3 years ago
Levi Tamasi 3e1bf771a3 Make it possible to force the garbage collection of the oldest blob files (#8994) 3 years ago
Peter (Stig) Edwards 1953b63cdd ErrorExit if num<1000 for fillsync and fill100K (#8391) 3 years ago
anand76 99fe4c5005 Add a gflag for IO uring enable/disable (#8931) 3 years ago
Peter Dillinger 4149d044cd Change `SstFileMetaData::size` from `size_t` to `uint64_t` (#8926) 3 years ago
mrambacher dc0dc90cf5 Make Statistics a Customizable Class (#8637) 3 years ago
mrambacher beed86473a Make MemTableRepFactory into a Customizable class (#8419) 3 years ago
Merlin Mao d10801e983 Allow Replayer to report the results of TraceRecords. (#8657) 3 years ago
Merlin Mao f58d276764 Make TraceRecord and Replayer public (#8611) 3 years ago
Baptiste Lemaire e3a96c4823 Memtable sampling for mempurge heuristic. (#8628) 3 years ago