Commit Graph

8993 Commits (3730b05dc9c86a226513b940589eedce877aa9f0)
 

Author SHA1 Message Date
Adam Retter 65b60db9e1 Update to latest Snappy to fix compilation issue on latest MacOS XCode (#6496) 4 years ago
Adam Retter 00c4ab01b9 When CMake fails to download a file, display the error message (#6511) 4 years ago
Levi Tamasi f5bc3b99d5 Split BlobFileState into an immutable and a mutable part (#6502) 4 years ago
Chao Zhao 4028eba67b Optional sequence number exporting during checkpoint creation (#5528) 4 years ago
Yanqin Jin fd1da22111 Support options.max_open_files != -1 with FIFO compaction (#6503) 4 years ago
Yanqin Jin d93812c9ae Iterator with timestamp (#6255) 4 years ago
Cheng Chang 0a0151fb99 Remove memcpy from RandomAccessFileReader::Read in direct IO mode (#6455) 4 years ago
Otto Kekäläinen f6c2777d95 Fix spelling: commited -> committed (#6481) 4 years ago
Yuqi Gu e171a219d5 Fix db_wal_test::TruncateLastLogAfterRecoverWithoutFlush failure (#6437) 4 years ago
Cheng Chang afb97094ae Skip high levels with no key falling in the range in CompactRange (#6482) 4 years ago
Zhichao Cao e62fe50634 Introduce FaultInjectionTestFS to test fault File system instead of Env (#6414) 4 years ago
Fabrice Fontaine 8bbd76edbf Check for sys/auxv.h (#6359) 4 years ago
Kefu Chai 03dbd11ead s/const auto/const auto&/ when doing loop (#6477) 4 years ago
sumeerbhola 48d8d076a3 Add missing MutexLock to MockEnv::CreateDir (#6474) 4 years ago
sdong 17bef7d3a8 Fix data race of GetCreationTimeOfOldestFile() (#6473) 4 years ago
Zhichao Cao 8d73137ae8 Replace Directory with FSDirectory in DB (#6468) 4 years ago
Huisheng Liu 904a60ff63 return timestamp from get (#6409) 4 years ago
Levi Tamasi 8637bc1eea Fix the description of unordered_write in db_bench (#6476) 4 years ago
Yanqin Jin 5f2f8cd97c Ignore compile_commands.json file (#6472) 4 years ago
sdong 9b3c9ef0e8 Add --index_with_first_key and --index_shortening_mode to DB bench (#5859) 4 years ago
sdong 86f1ad7046 Add more unit test coverage to MultiRead (#6452) 4 years ago
Michael R. Crusoe 051696bf98 fix some spelling typos (#6464) 4 years ago
Manuel Ung 41535d0218 WriteUnPrepared: Pass in correct subbatch count during rollback (#6463) 4 years ago
Jermy Li 72ee067b90 fix assert error while db.getDefaultColumnFamily().getDescriptor() (#6006) 4 years ago
Cheng Chang 741decfe37 Return early on failure when constructing CuckooTableReader (#6453) 4 years ago
Andrew Kryczka f52db84650 support SstFileManager in db_stress (#6454) 4 years ago
Andrew Kryczka 69679e7375 Fix range deletion tombstone ingestion with global seqno (#6429) 4 years ago
Levi Tamasi d87c10c6ab Add blob file state to VersionEdit (#6416) 4 years ago
sdong eb367d45c0 Buck config: Re-enable liburing under Linux (#6451) 4 years ago
Cheng Chang b47a714051 Update release version to 6.8 (#6450) 4 years ago
Peter Dillinger 43dde332cb Share kPageSize (and other small tweaks) (#6443) 4 years ago
sdong 942eaba091 Handle io_uring partial results (#6441) 4 years ago
Yanqin Jin 890d87fadc Some minor fix-ups (#6440) 4 years ago
Peter Dillinger ab65278b1f Misc filter_bench improvements (#6444) 4 years ago
Zaiyang Li fcec56e86c Add function to set row cache on rocksdb_options_t (#6442) 4 years ago
sdong d75ce0a8ae Mention rocksdb_namespace.h in HISTORY.md (#6439) 4 years ago
Yanqin Jin 362b8d4393 Fix MANIFEST name assignment (#6426) 4 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
Gaurav Singh 4e33f1e1dc simplify user_access_only expression (#6360) 4 years ago
Remington Brasga a993cc3a62 Fixed typo in benchmark.sh (#6434) 4 years ago
Yanqin Jin 5a297516e1 Ignore .vs/.vscode dir used by visual studio/ vscode (#6428) 4 years ago
Andrew Kryczka c6abe30ee3 Fix concurrent full purge and WAL recycling (#5900) 4 years ago
Andrew Kryczka 0f9dcb88b2 Return NotSupported from WriteBatchWithIndex::DeleteRange (#5393) 4 years ago
acelyc111 3a3457575d Fix compile error when LZ4 is up to r123 (#6412) 4 years ago
Manuel Ung dc23c125c3 WriteUnPrepared: Untracked keys (#6404) 4 years ago
Cheng Chang 152f8a8ffe Remove unnecessary computation of index (#6406) 4 years ago
Cheng Chang 4034e289ad Fail fast in paranoid mode when LoadTableHandlers fail during recovering (#6368) 4 years ago
wolfkdy 29e24434fe refine code (#6420) 4 years ago
Manuel Ung 908b1ee64e WriteUnPrepared: Fix assertion during recovery (#6419) 4 years ago
Manuel Ung fb571509a7 WriteUnPrepared: Enable WAL during crash recovery (#6418) 4 years ago