summaryrefslogtreecommitdiff
path: root/db/repair.cc
AgeCommit message (Expand)Author
2024-09-20Steps toward deprecating implicit prefix seek, related fixes (#13026)Peter Dillinger
2024-09-06Make compaction always use the input version with extra ref protection (#12992)Yu Zhang
2024-06-18Add CompactForTieringCollector to support automatically trigger compaction fo...Yu Zhang
2024-03-22Replace ScopedArenaIterator with ScopedArenaPtr<InternalIterator> (#12470)Peter Dillinger
2024-03-21Follow ups for TimedPut and write time property (#12455)Yu Zhang
2024-03-15Support returning write unix time in iterator property (#12428)Yu Zhang
2024-02-02Rename IntTblPropCollector -> InternalTblPropColl (#12320)Peter Dillinger
2023-12-29Group SST write in flush, compaction and db open with new stats (#11910)Hui Xiao
2023-12-28Lightweight verification of MANIFEST file after close on shutdown (#12174)anand76
2023-11-11Quarantine files in a limbo state after a manifest error (#12030)Yu Zhang
2023-11-06Mark more files for periodic compaction during offpeak (#12031)Jay Huh
2023-10-27Make OffpeakTimeInfo available in VersionSet (#12018)Jay Huh
2023-09-29Refactor, clean up, fixes, and more testing for SeqnoToTimeMapping (#11905)Peter Dillinger
2023-08-16Delay bottommost level single file compactions (#11701)Changyu Bi
2023-07-26Support switching on / off UDT together with in-Memtable-only feature (#11623)Yu Zhang
2023-06-21Record the `persist_user_defined_timestamps` flag in manifest (#11515)Yu Zhang
2023-06-05switch to use RocksDB UnorderedMap (#11507)Yu Zhang
2023-05-30Logging timestamp size record in WAL and use it during recovery (#11471)Yu Zhang
2023-05-08Record and use the tail size to prefetch table tail (#11406)Hui Xiao
2023-04-25Block per key-value checksum (#11287)Changyu Bi
2023-04-21Group rocksdb.sst.read.micros stat by IOActivity flush and compaction (#11288)Hui Xiao
2023-01-27Remove RocksDB LITE (#11147)sdong
2022-12-29Include estimated bytes deleted by range tombstones in compensated file size ...Changyu Bi
2022-12-13Sort L0 files by newly introduced epoch_num (#10922)Hui Xiao
2022-11-02Ran clang-format on db/ directory (#10910)Andrew Kryczka
2022-09-07Always verify SST unique IDs on SST file open (#10532)Peter Dillinger
2022-08-29Sync dir containing CURRENT after RenameFile on CURRENT as much as possible (...Hui Xiao
2022-08-05Fragment memtable range tombstone in the write path (#10380)Changyu Bi
2022-08-01Remove unused fields from FileMetaData (temporarily) (#10443)Yanqin Jin
2022-07-14Add seqno to time mapping (#10338)Jay Zhuang
2022-06-20Add blob source to retrieve blobs in RocksDB (#10198)Gang Liao
2022-05-24Support read rate-limiting in SequentialFileReader (#9973)Changyu Bi
2022-05-19Track SST unique id in MANIFEST and verify (#9990)Jay Zhuang
2022-05-06Remove own ToString() (#9955)sdong
2022-04-15Propagate errors from UpdateBoundaries (#9851)Levi Tamasi
2022-04-14CompactionIterator sees consistent view of which keys are committed (#9830)Yanqin Jin
2022-01-21Fast path for detecting unchanged prefix_extractor (#9407)Peter Dillinger
2021-12-03File temperature information should be preserved when restart the DB (#9242)sdong
2021-11-10Track per-SST user-defined timestamp information in MANIFEST (#9092)slk
2021-09-29Cleanup includes in dbformat.h (#8930)mrambacher
2021-09-16Expose blob file information through the EventListener interface (#8675)Akanksha Mahajan
2021-08-18Stable cache keys on ingested SST files (#8669)Peter Dillinger
2021-07-30Allow WAL dir to change with db dir (#8582)mrambacher
2021-07-28Some fixes and enhancements to `ldb repair` (#8544)Peter Dillinger
2021-07-27Fix use-after-free on implicit temporary FileOptions (#8571)Peter Dillinger
2021-07-22Retire superfluous functions introduced in earlier mempurge PRs. (#8558)Baptiste Lemaire
2021-07-15Mempurge support for wal (#8528)Baptiste Lemaire
2021-06-10Use DbSessionId as cache key prefix when secondary cache is enabled (#8360)Zhichao Cao
2021-05-05Make ImmutableOptions struct that inherits from ImmutableCFOptions and Immuta...mrambacher
2021-04-30Add more LSM info to FilterBuildingContext (#8246)Peter Dillinger