Commit Graph

11199 Commits (052666aed510c03e5e9266b2a283ed7f59501328)
 

Author SHA1 Message Date
Gang Liao 052666aed5 BlobDB in crash test hitting assertion (#10249) 2 years ago
Yanqin Jin 725df120e9 Fix race condition between file purge and backup/checkpoint (#10187) 2 years ago
Mark Callaghan 6061905790 Wrapper for benchmark.sh to run a sequence of db_bench tests (#10215) 2 years ago
Yueh-Hsuan Chiang 2a3792edfc Add suggest_compact_range() and suggest_compact_range_cf() to C API. (#10175) 2 years ago
zczhu 17a1d65e3a Cut output files at compaction cursors (#10227) 2 years ago
Gang Liao ba1f62ddfb Read from blob cache first when MultiGetBlob() (#10225) 2 years ago
Guido Tagliavini Ponce b52620ab0e Fix key size in cache_bench (#10234) 2 years ago
Peter Dillinger f81ea75df7 Don't count no prefix as Bloom hit (#10244) 2 years ago
Baptiste Lemaire 5879053fd0 Dynamically changeable `MemPurge` option (#10011) 2 years ago
Gang Liao 2352e2dfda Add the blob cache to the stress tests and the benchmarking tool (#10202) 2 years ago
Bo Wang c073ed7601 Fix typo in comments and code (#10233) 2 years ago
Yueh-Hsuan Chiang e103b87296 Add get_column_family_metadata() and related functions to C API (#10207) 2 years ago
Alan Paxton a16e2ff82a Adapt benchmark result script to new fields. (#10120) 2 years ago
Yanqin Jin 36fefd7e22 Continue to deflake BackupEngineTest.Concurrency (#10228) 2 years ago
Yanqin Jin 9586dcf1ce Expose the initial logger creation error (#10223) 2 years ago
Yanqin Jin 42c631b339 Update API comment about Options::best_efforts_recovery (#10180) 2 years ago
Peter Dillinger 84210c9489 Add data block hash index to crash test, fix MultiGet issue (#10220) 2 years ago
Yanqin Jin d654888b8f Refactor wal filter processing during recovery (#10214) 2 years ago
Bo Wang f7605ec655 Update LZ4 library for platform009 (#10224) 2 years ago
zczhu 30141461f9 Add basic kRoundRobin compaction policy (#10107) 2 years ago
Yanqin Jin b012d23557 Destroy iniital db dir for a test in DBWALTest (#10221) 2 years ago
Guido Tagliavini Ponce 3afed7408c Replace per-shard chained hash tables with open-addressing scheme (#10194) 2 years ago
Gang Liao deff48bcef Add blob source to retrieve blobs in RocksDB (#10198) 2 years ago
sdong 4207872fc3 Reduce a duplicate consistency check when applying a new version (#10169) 2 years ago
Levi Tamasi 8f59c41cc7 Add new value value type for wide-column entities (#10211) 2 years ago
Peter Dillinger 501543573a Fix bad include (#10213) 2 years ago
Peter Dillinger ccb4f047ae Add 7.4 to format compatibility test (#10209) 2 years ago
Peter Dillinger 6358e1b967 Start release 7.5 development (#10204) 2 years ago
Peter Dillinger fac7a23685 Update HISTORY for 7.4.0 release freeze (#10196) 2 years ago
Changyu Bi 0e0a19832e Fix a bug in WriteBatchInternal::Append when write batch KV protection is turned on (#10201) 2 years ago
Andrew Kryczka d5d8920f2c Fix race condition with WAL tracking and `FlushWAL(true /* sync */)` (#10185) 2 years ago
Hui Xiao a5d773e077 Add rate-limiting support to batched MultiGet() (#10159) 2 years ago
Gang Liao c965c9ef65 Read blob from blob cache if exists when GetBlob() (#10178) 2 years ago
Peter Dillinger 1aac814578 Use optimized folly DistributedMutex in LRUCache when available (#10179) 2 years ago
Peter Dillinger f87adcfb3f Fix overflow in ribbon_bench after #10184 (#10195) 2 years ago
Andrew Kryczka 5d6005c780 Add WriteOptions::protection_bytes_per_key (#10037) 2 years ago
Peter Dillinger f62c1e1e56 Fix a false negative merge conflict (#10192) 2 years ago
Changyu Bi 8cf86258b8 Update HISTORY.md for #10114 (#10189) 2 years ago
Peter Dillinger fff302d989 More testing w/prefix extractor, small refactor (#10122) 2 years ago
Peter Dillinger 126c223714 Remove deprecated block-based filter (#10184) 2 years ago
anand76 a6691d0f65 Update stats to help users estimate MultiGet async IO impact (#10182) 2 years ago
Yanqin Jin 4d31d3c2ed Abort in dbg mode after logging (#10183) 2 years ago
Akanksha Mahajan 8353ae8b27 Add few optimizations in async_io for short scans (#10140) 2 years ago
Peter Dillinger 3d358a7e25 Fix handling of accidental truncation of IDENTITY file (#10173) 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
Ali Saidi 2e5a323dbd Change the instruction used for a pause on arm64 (#10118) 2 years ago
sdong 69a32eecab Use madvise() for mmaped file advise (#10170) 2 years ago
Yanqin Jin ce419c0f10 Allow db_bench and db_stress to set `allow_data_in_errors` (#10171) 2 years ago
Akanksha Mahajan 19345de60d fix cancel argument for latest liburing (#10168) 2 years ago