summaryrefslogtreecommitdiff
path: root/table
AgeCommit message (Expand)Author
2024-08-16Option to decouple index and filter partitions (#12939)Peter Dillinger
2024-08-15Attempt fix valgrind FP on std::optional (#12936)Peter Dillinger
2024-08-14Optimize, simplify filter block building (fix regression) (#12931)Peter Dillinger
2024-08-12Add ticker stats for read corruption retries (#12923)anand76
2024-08-02Fix filter partition size logic (#12904)Peter Dillinger
2024-08-02Clean up/refactor (Partitioned)FilterBlockBuilder (#12903)Peter Dillinger
2024-07-31Add some checks at property block creation side (#12898)Yu Zhang
2024-07-22Refactor IndexBuilder::AddIndexEntry (#12867)Peter Dillinger
2024-07-19Support ingesting SST files generated by a live DB (#12750)Changyu Bi
2024-07-17Reduce cases of impacted performance from bug fix (#12874)Peter Dillinger
2024-07-17Fix major bug with prefixes, SeekForPrev, and partitioned filters (#12872)Peter Dillinger
2024-06-28Ignore more non-critical IO error in BlockCacheLookupForReadAheadSize() in cr...Hui Xiao
2024-06-26Ignore non-critical IO error in `BlockCacheLookupForReadAheadSize()` in crash...Hui Xiao
2024-06-24Fix possible double-free on TruncatedRangeDelIterator (#12805)Peter Dillinger
2024-06-19Respect ReadOptions::read_tier in prefetching (#12782)Peter Dillinger
2024-06-18Add CompactForTieringCollector to support automatically trigger compaction fo...Yu Zhang
2024-06-12Remove redundant no_io parameters to filter functions (#12762)Peter Dillinger
2024-06-12Propagate more ReadOptions to ApproximateOffsetOf/Sizes (#12764)Peter Dillinger
2024-06-12Eliminate some parameters redundant with ReadOptions (#12761)Peter Dillinger
2024-06-11Fix a failure to propagate ReadOptions (#12757)Peter Dillinger
2024-06-11Fix TSAN-reported data race with uncache_aggressiveness (#12753)Peter Dillinger
2024-06-07Support pro-actively erasing obsolete block cache entries (#12694)Peter Dillinger
2024-06-04Fix AddressSanitizer container-overflow (#12722)Valery Mironov
2024-06-03More details for 'tail prefetch size is calculated based on' (#12667)Andrii Lysenko
2024-05-30Fix stale memory access with FSBuffer and tiered sec cache (#12712)anand76
2024-05-22Remove extra semi colon from internal_repo_rocksdb/repo/table/sst_file_reader.ccRichard Barnes
2024-05-15Add `Iterator` property "rocksdb.iterator.is-value-pinned" (#12659)Andrew Kryczka
2024-05-13Support read timestamp in ldb (#12641)Yu Zhang
2024-05-03Lazily construct `BlockBasedTableIterator::block_handles_` (#12616)Andrew Kryczka
2024-04-30Fix wrong padded bytes being used to generate file checksum (#12598)Hui Xiao
2024-04-30Set optimize_filters_for_memory by default (#12377)Peter Dillinger
2024-04-26Prevent data block compression with `BlockBasedTableOptions::block_align` (#1...Andrew Kryczka
2024-04-22Fix file checksum mismatch due to padded bytes when block_align=true (#12542)Hui Xiao
2024-04-02Add support in SstFileReader to get a raw table iterator (#12385)Yu Zhang
2024-03-28Don't swallow errors in BlockBasedTable::MultiGet (#12486)anand76
2024-03-22Replace ScopedArenaIterator with ScopedArenaPtr<InternalIterator> (#12470)Peter Dillinger
2024-03-21Fix heap use after free error on retry after checksum mismatch (#12464)anand76
2024-03-21Fix kBlockCacheTier read when merge-chain base value is in a blob file (#12462)Andrew Kryczka
2024-03-21New PerfContext counters for block cache bytes read (#12459)anand76
2024-03-21Follow ups for TimedPut and write time property (#12455)Yu Zhang
2024-03-20don't run ZSTD_TrainDictionary in BlockBasedTableBuilder if there isn't compr...Kshitij Wadhwa
2024-03-18Retry block reads on checksum mismatch (#12427)anand76
2024-03-15Support returning write unix time in iterator property (#12428)Yu Zhang
2024-03-15Add `ContinueCallback` to `GetMergeOperands()` (#12438)Andrew Kryczka
2024-03-14Add initial support for TimedPut API (#12419)Yu Zhang
2024-03-12Allow SstFileReader to verify number of entries in SST files (#12418)Changyu Bi
2024-03-05Fix/improve temperature handling for file ingestion (#12402)Peter Dillinger
2024-03-04Run internal cpp modernizer on RocksDB repo (#12398)yuzhangyu@fb.com
2024-03-04Remove extra semi colon from internal_repo_rocksdb/repo/db/table_cache_sync_a...Richard Barnes
2024-03-01Access DBImpl* and CFD* by CFHImpl* in Iterators (#12395)Jay Huh