Commit Graph

1346 Commits (18a61a173468b82316073a7af65a3e1d468e0f8b)

Author SHA1 Message Date
Bo Wang f706a9c199 Add a secondary cache implementation based on LRUCache 1 (#9518) 3 years ago
Siddhartha Roychowdhury 39b0d92153 Add record to set WAL compression type if enabled (#9556) 3 years ago
Andrew Kryczka babe56ddba Add rate limiter priority to ReadOptions (#9424) 3 years ago
sdong 8286469b9a LDB to add --secondary_path to help (#9582) 3 years ago
Andrew Kryczka ad2cab8f0c minor tweaks to db_crashtest.py settings (#9483) 3 years ago
Levi Tamasi ec0b1ff2bd Add blob compaction readahead size to the BlobDB benchmark script (#9566) 3 years ago
Peter Dillinger 479eb1aad6 Hide deprecated, inefficient block-based filter from public API (#9535) 3 years ago
Akanksha Mahajan 9745c68eb1 Remove deprecated option new_table_reader_for_compaction_inputs (#9443) 3 years ago
Akanksha Mahajan ddce0c3f11 Add releases till 6.29.fb to compatibility check (#9529) 3 years ago
satyajanga 036bbab6f7 Use the comparator from the sst file table properties in sst_dump_tool (#9491) 3 years ago
Peter Dillinger d7c868b062 Work around snappy linker issue with newer compilers (#9517) 3 years ago
Levi Tamasi 42e0751b3a Clean up VersionStorageInfo a bit (#9494) 3 years ago
Yanqin Jin 8b62abcc21 Disable backup/restore for ts-stress test (#9497) 3 years ago
mrambacher aae3093719 Introduce a CountedFileSystem for counting file operations (#9283) 3 years ago
Yanqin Jin 3122cb4358 Revise APIs related to user-defined timestamp (#8946) 3 years ago
Hui Xiao 920386f2b7 Detect (new) Bloom/Ribbon Filter construction corruption (#9342) 3 years ago
Peter Dillinger f6d7ec1d02 Ignore `total_order_seek` in DB::Get (#9427) 3 years ago
Andrew Kryczka 8dbd0bd11f db_crashtest.py use cheaper settings (#9476) 3 years ago
Hui Xiao 42cca28ebb Remove deprecated API AdvancedColumnFamilyOptions::rate_limit_delay_max_milliseconds (#9455) 3 years ago
Akanksha Mahajan 74ccd1931e Remove deprecated option DBOptions::skip_log_error_on_recovery (#9434) 3 years ago
Peter Dillinger c11fe94000 Fix^2 prefix extractor testing in crash test (#9463) 3 years ago
Jay Zhuang 22321e1027 Remove unused API base_background_compactions (#9462) 3 years ago
Peter Dillinger 981e8c621f Fix/expand prefix extractor testing in crash test (#9461) 3 years ago
Peter Dillinger 78aee6fedc Remove obsolete backupable_db.h, utility_db.h (#9438) 3 years ago
Peter Dillinger ea89c77f27 Fix major bug with MultiGet, DeleteRange, and memtable Bloom (#9453) 3 years ago
Hui Xiao 1e0e883ca5 Remove deprecated API AdvancedColumnFamilyOptions::soft_rate_limit/hard_rate_limit (#9452) 3 years ago
yaphet 7fb723f581 Using back to get the last element (#9415) 3 years ago
Siddhartha Roychowdhury c27ca23644 Add option for WAL compression algorithm (#9432) 3 years ago
Jay Zhuang 961d8dacf2 Remove unused option purge_redundant_kvs_while_flush (#9429) 3 years ago
Yanqin Jin 5d30668cab Remove tools/rdb from main repo (#9399) 3 years ago
Yanqin Jin 50135c1bf3 Move HDFS support to separate repo (#9170) 3 years ago
Peter Dillinger 5576ded762 Add Options::DisableExtraChecks, clarify force_consistency_checks (#9363) 3 years ago
Yanqin Jin 0376869f05 Remove using namespace (#9369) 3 years ago
Andrew Kryczka 6892f19b11 Test correctness with WAL disabled in non-txn blackbox crash tests (#9338) 3 years ago
mrambacher fe31dc53ca Make the Env class Customizable (#9293) 3 years ago
sdong a931bacf5d Improve SimulatedHybridFileSystem (#9301) 3 years ago
Andrew Kryczka 5383f1eec4 Verify recovery correctness in multi-CF blackbox crash test (#9303) 3 years ago
sdong 806d8916da SimulatedHybridFileSystem to simulate HDD behavior more accurately (#9259) 3 years ago
Yanqin Jin bd513fd075 Add commit marker with timestamp (#9266) 3 years ago
Akanksha Mahajan 9e4d56f2c9 Fix segmentation fault in table_options.prepopulate_block_cache when used with partition_filters (#9263) 3 years ago
sdong 88875df821 File temperature information should be preserved when restart the DB (#9242) 3 years ago
Yanqin Jin 42fef0224f Fix build for msvc (#9230) 3 years ago
Zhichao Cao 4340e1ff6d Disable the QPS verification in test temporally (#9190) 3 years ago
Levi Tamasi dc5de45af8 Support readahead during compaction for blob files (#9187) 3 years ago
Zhichao Cao f4294669e0 Fix the analyzer test failure caused by inaccurate timing wait (#9181) 3 years ago
Akanksha Mahajan 17ce1ca48b Reuse internal auto readhead_size at each Level (expect L0) for Iterations (#9056) 3 years ago
anand76 dddb791c18 Enable a few unit tests to use custom Env objects (#9087) 3 years ago
anand76 78556c14dd Secondary cache error injection (#9002) 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