summaryrefslogtreecommitdiff
path: root/db/table_cache.h
AgeCommit message (Expand)Author
2024-06-24Fix possible double-free on TruncatedRangeDelIterator (#12805)Peter Dillinger
2024-06-07Support pro-actively erasing obsolete block cache entries (#12694)Peter Dillinger
2024-03-21Fix kBlockCacheTier read when merge-chain base value is in a blob file (#12462)Andrew Kryczka
2023-09-20Fix row cache falsely return kNotFound when timestamp enabled (#11816)chuhao zeng
2023-09-15Add new Iterator API Refresh(const snapshot*) (#10594)leipeng
2023-05-25Fix StopWatch bug; Remove setting `record_read_stats` (#11474)Hui Xiao
2023-05-24Improve memory efficiency of many OptimisticTransactionDBs (#11439)Peter Dillinger
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-11Major Cache refactoring, CPU efficiency improvement (#10975)Peter Dillinger
2022-09-07Always verify SST unique IDs on SST file open (#10532)Peter Dillinger
2022-09-02Skip swaths of range tombstone covered keys in merging iterator (2022 edition...Changyu Bi
2022-08-17Fix range deletion handling in async MultiGet (#10534)anand76
2022-08-09Fix MultiGet range deletion handling and a memory leak (#10513)anand76
2022-08-04Break TableReader MultiGet into filter and lookup stages (#10432)anand76
2022-07-23Improve SubCompaction Partitioning (#10393)sdong
2022-05-19Multi file concurrency in MultiGet using coroutines and async IO (#9968)anand76
2022-01-21Fast path for detecting unchanged prefix_extractor (#9407)Peter Dillinger
2021-11-18Improve / clean up meta block code & integrity (#9163)Peter Dillinger
2021-10-07Add file temperature related counter and bytes stats to and io_stats (#8710)Zhichao Cao
2021-07-27Fix use-after-free on implicit temporary FileOptions (#8571)Peter Dillinger
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-03-25Fix some typos in comments (#8066)storagezhang
2021-03-19Include C++ standard library headers instead of C compatibility headers (#8068)storagezhang
2020-08-27Store FSRandomAccessPtr object in RandomAccessFileReader (#7192)Akanksha Mahajan
2020-08-03dedup ReadOptions in iterator hierarchy (#7210)Andrew Kryczka
2020-06-29Extend Get/MultiGet deadline support to table open (#6982)Anand Ananthabhotla
2020-06-09make L0 index/filter pinned memory usage predictable (#6911)Andrew Kryczka
2020-04-21Prevents Table Cache to open same files more times (#6707)Tomas Kolda
2020-04-15Properly report IO errors when IndexType::kBinarySearchWithFirstKey is used (...Mike Kolupaev
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-12-13Introduce a new storage specific Env API (#5761)anand76
2019-09-20Apply formatter to recent 200+ commits. (#5830)sdong
2019-08-28Support row cache with batched MultiGet (#5706)anand76
2019-08-16Optimizing ApproximateSize to create index iterator just once (#5693)Eli Pozniansky
2019-08-15Add command "list_file_range_deletes" in ldb (#5615)sdong
2019-07-23Improve CPU Efficiency of ApproximateSize (part 1) (#5613)Eli Pozniansky
2019-07-16Remove RandomAccessFileReader.for_compaction_ (#5572)sdong
2019-06-20Add more callers for table reader. (#5454)haoyuhuang
2019-06-19Combine the read-ahead logic for user reads and compaction reads (#5431)Vijay Nadimpalli
2019-06-13Integrate block cache tracer into db_impl (#5433)haoyuhuang
2019-05-24Add some comments in table_cache.hanand76
2019-04-11Introduce a new MultiGet batching implementation (#5011)anand76
2018-12-28Preload some files even if options.max_open_files (#3340)Siying Dong
2018-12-17Remove v1 RangeDelAggregator (#4778)Abhishek Madan
2018-11-21Introduce RangeDelAggregatorV2 (#4649)Abhishek Madan
2018-11-09Update all unique/shared_ptr instances to be qualified with namespace std (#4...Sagar Vemuri
2018-10-09Truncate range tombstones by leveraging InternalKeys (#4432)Abhishek Madan
2018-08-09Index value delta encoding (#3983)Maysam Yabandeh