summaryrefslogtreecommitdiff
path: root/table/sst_file_writer.cc
AgeCommit message (Expand)Author
2024-03-05Fix/improve temperature handling for file ingestion (#12402)Peter Dillinger
2024-02-13Add support in SstFileWriter to not persist user defined timestamps (#12348)Yu Zhang
2024-02-02Rename IntTblPropCollector -> InternalTblPropColl (#12320)Peter Dillinger
2024-01-25Add some missing status checks in SstFileWriter (#12281)Changyu Bi
2023-12-29Group SST write in flush, compaction and db open with new stats (#11910)Hui Xiao
2023-09-12Add a helper method WideColumnsHelper::SortColumns (#11823)Levi Tamasi
2023-08-10PutEntity Support in SST File Writer (#11688)Jay Huh
2023-03-22validate SstFileWriter range tombstones cover positive ranges (#11322)Andrew Kryczka
2023-01-27Remove RocksDB LITE (#11147)sdong
2022-10-25Format files under table/ by clang-format (#10852)anand76
2022-09-30User-defined timestamp support for `DeleteRange()` (#10661)Changyu Bi
2022-07-14Add seqno to time mapping (#10338)Jay Zhuang
2022-07-14Make InternalKeyComparator not configurable (#10342)sdong
2022-03-07`compression_per_level` should be used for flush and changeable (#9658)Jay Zhuang
2021-09-09Support timestamps in SstFileWriter (#8899)Levi Tamasi
2021-08-20Embed original file number in SST table properties (#8686)Peter Dillinger
2021-08-18Stable cache keys on ingested SST files (#8669)Peter Dillinger
2021-06-25Using existing crc32c checksum in checksum handoff for Manifest and WAL (#8412)Zhichao Cao
2021-06-10Use DbSessionId as cache key prefix when secondary cache is enabled (#8360)Zhichao Cao
2021-05-17Make it possible to apply only a subrange of table property collectors (#8298)Levi Tamasi
2021-05-05Make ImmutableOptions struct that inherits from ImmutableCFOptions and Immuta...mrambacher
2021-04-30Add more LSM info to FilterBuildingContext (#8246)Peter Dillinger
2021-04-29Refactor: use TableBuilderOptions to reduce parameter lists (#8240)Peter Dillinger
2021-04-22Make types of Immutable/Mutable Options fields match that of the underlying O...mrambacher
2021-04-06Remove check for status returned by `InvalidatePageCache` (#8156)sunby
2021-03-25Apply `sample_for_compression` to all block-based tables (#8105)Andrew Kryczka
2021-03-15Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routi...mrambacher
2021-02-10Handoff checksum Implementation (#7523)Zhichao Cao
2021-01-28Remove Legacy and Custom FileWrapper classes from header files (#7851)mrambacher
2021-01-25Add a SystemClock class to capture the time functions of an Env (#7858)mrambacher
2020-09-28enable Status check assertions for sst_file_reader_test (#7448)Andrew Kryczka
2020-09-08Store FSWritableFilePtr object in WritableFileWriter (#7193)Akanksha Mahajan
2020-06-17Store DB identity and DB session ID in SST files (#6983)Zitan Chen
2020-05-20Generate file checksum in SstFileWriter (#6859)Zhichao Cao
2020-03-31Make options.bottommost_compression, compression_opts and bottommost_compress...sdong
2020-02-28fix some spelling typos (#6464)Michael R. Crusoe
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2020-01-06Improve error msg for SstFileWriter Merge (#6261)Yanqin Jin
2019-12-13Introduce a new storage specific Env API (#5761)anand76
2019-09-16Divide file_reader_writer.h and .cc (#5803)sdong
2019-05-30Move some memory related files from util/ to memory/ (#5382)Siying Dong
2019-05-30Organizing rocksdb/table directory by formatVijay Nadimpalli
2019-05-30Move test related files under util/ to test_util/ (#5377)Siying Dong
2019-03-18Feature for sampling and reporting compressibility (#4842)Shobhit Dayal
2019-02-11Reduce scope of compression dictionary to single SST (#4952)Andrew Kryczka
2019-01-29Add a new CPU time counter to compaction report (#4889)Alexander Zinoviev
2018-10-12Add listener to sample file io (#3933)Yanqin Jin
2018-08-23Add path to WritableFileWriter. (#4039)Yanqin Jin
2018-07-13Support range deletion tombstones in IngestExternalFile SSTs (#3778)Nathan VanBenschoten
2018-06-27Add bottommost_compression_opts to for bottommost_compression (#3985)Zhichao Cao