Commit Graph

12014 Commits (e8f69a734ae433ed763026712c39fa1ef887a566)
 

Author SHA1 Message Date
Niko PLP e8f69a734a fix CXX not initialized early enough in Makefile on openbsd 1 year ago
Tpt f773c1d376 Makes MockFileSystem::GetAbsolutePath work on Windows 1 year ago
Hui Xiao 09882a52d6 Prepare for deprecation of Options::access_hint_on_compaction_start (#11658) 1 year ago
Vardhan 87a21d08fe Add an option to trigger flush when the number of range deletions reach a threshold (#11358) 1 year ago
Peter Dillinger f9de217353 Some cache_bench enhancements (#11661) 1 year ago
Andrew Kryczka cf95821fb6 Update for 8.5.fb branch cut (#11642) 1 year ago
Peter Dillinger f4e4039f00 Add some more bit operations to internal APIs (#11660) 1 year ago
amatveev-cf 946d1009bc Expand Statistics support in the C API (#11263) 1 year ago
Jay Huh 9a2a6db2a9 Use C++17 [[fallthrough]] in transaction_test.cc (#11663) 1 year ago
Peter Dillinger bb8fcc0044 db_stress: Reinstate Transaction::Rollback() calls before destruction (#11656) 1 year ago
Peter Dillinger 7a1b0207e6 format_version=6 and context-aware block checksums (#9058) 1 year ago
Peter Dillinger b3c54186ab Allow TryAgain in db_stress with optimistic txn, and refactoring (#11653) 1 year ago
Peter Dillinger c205a217e6 Strip leading and trailing whitespace for unreleased_history entries (#11652) 1 year ago
Changyu Bi 6a0f637633 Compare the number of input keys and processed keys for compactions (#11571) 1 year ago
Yu Zhang 5dd8c114bb Add a UDT comparator for ReverseBytewiseComparator to object library (#11647) 1 year ago
akankshamahajan 63a5125a52 Fix use_after_free bug when underlying FS enables kFSBuffer (#11645) 1 year ago
Yu Zhang c24ef26ca7 Support switching on / off UDT together with in-Memtable-only feature (#11623) 1 year ago
Yu Zhang 4ea7b796b7 Respect cutoff timestamp during flush (#11599) 1 year ago
Changyu Bi 5c2a063c49 Clarify usage for options `ttl` and `periodic_compaction_seconds` for universal compaction (#11552) 1 year ago
ywave 9cc0986ae2 Fix comment in WriteBatchWithIndex::NewIteratorWithBase (#11636) 1 year ago
Peter Dillinger c41122b1a0 Even more HyperClockCache refactoring (#11630) 1 year ago
zhangyuxiang.ax 1567108fc1 Add missing table properties in plaintable GetTableProperties() (#11267) 1 year ago
Hui Xiao 629605d645 Move prefetching responsibility to page cache for compaction read under non directIO usecase (#11631) 1 year ago
darionyaphet df543460d5 Remove some useless qualifier (#11596) 1 year ago
Rémi Calixte 6628ff12d6 Extend C API to expose base db of transaction db (#11562) 1 year ago
ywave 86634885eb Fix typo in comment (#11617) 1 year ago
darionyaphet 64b0439bc1 fix typo (#11595) 1 year ago
shuzz 2f712235ab optimized code (#11614) 1 year ago
zhutao aeda36e925 add exe and script path check (#11621) 1 year ago
huangmengbin 98d0f6ec08 fix: VersionSet::DumpManifest (#11605) 1 year ago
Dan Wang 8a7b9888d4 Fix the sync point SanitizeOptions::AfterChangeMaxOpenFiles which is not executed in db_compaction_test (#11583) 1 year ago
Muhammad 977aae53d2 Allow rocksdb library to be usable with CMake's `FetchContent` API (#11575) 1 year ago
Andrew Kryczka 05c3b8ecac Prepare for specialized interface for row cache (#11620) 1 year ago
Chad Austin ff0d618c7f add a missing include (#11624) 1 year ago
Peter Dillinger 846db9d7b1 Refactor ClockCache ApplyToEntries (#11609) 1 year ago
Changyu Bi 662a1c99f6 Verify number of keys flushed during DB open (#11611) 1 year ago
akankshamahajan 749b179c04 Remove reallocation of AlignedBuffer in direct_io sync reads if already aligned (#11600) 1 year ago
Peter Dillinger b1b6f87fbe Some small improvements to HyperClockCache (#11601) 1 year ago
leipeng bc0db33483 Optimize about sstableKeyCompare (#11610) 1 year ago
Peter Dillinger c3c84b3397 Refactor (Hyper)ClockCache code for upcoming changes (#11572) 1 year ago
Changyu Bi 854eb76a8c Improve error message when an SST file in MANIFEST is not found (#11573) 1 year ago
weedge 1a7c741977 fix: std::optional value() build error on older macOS SDK (#11574) 1 year ago
Yu Zhang f74526341d Handle file boundaries when timestamps should not be persisted (#11578) 1 year ago
Yu Zhang baf37a0e81 Fix a unit test hole for recovering UDTs with WAL files (#11577) 1 year ago
Changyu Bi 1f410ff95f Make `rocksdb_options_add_compact_on_deletion_collector_factory` backward compatible (#11593) 1 year ago
Changyu Bi df082c8d1d Deprecate option `periodic_compaction_seconds` for FIFO compaction (#11550) 1 year ago
Changyu Bi c53d604f41 `sst_dump --command=verify` should verify block checksums (#11576) 1 year ago
leipeng 25b08eb438 MemTable::Add: first_seqno_.compare_exchange_weak to earliest_seqno_ (#11398) 1 year ago
darionyaphet f4e304f987 Simplify conditional judgment (#11580) 1 year ago
Yu Zhang 15053f3ab4 Logically strip timestamp during flush (#11557) 1 year ago