summaryrefslogtreecommitdiff
path: root/table/sst_file_writer.cc
AgeCommit message (Expand)Author
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
2018-05-21Move prefix_extractor to MutableCFOptionsZhongyi Xie
2018-03-08Fix some typos in comments and docs.Bruce Mitchener
2018-01-22Support skipping bloom filters for SstFileWriterIslam AbdelRahman
2017-07-15Change RocksDB LicenseSiying Dong
2017-05-26support merge and delete in file ingestionAaron Gao
2017-05-23Allow SstFileWriter to use the rate limiterGiuseppe Ottaviano
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2017-02-28Remove bulk loading and auto_roll_logger in rocksdb_liteAaron Gao
2017-02-23Handle failed Finish() in SST file writerAndrew Kryczka
2017-02-13Remove disableDataSync optionSagar Vemuri
2016-12-29Allow SstFileWriter to Fadvise the file away from page cacheIslam AbdelRahman
2016-12-16Expose file sizeDing Ma
2016-12-05Allow user to specify a CF for SST files generated by SstFileWriterIslam AbdelRahman
2016-11-12Fix SstFileWriter destructorIslam AbdelRahman
2016-10-18Support SST files with Global sequence numbers [reland]Islam AbdelRahman
2016-10-07Revert "Support SST files with Global sequence numbers"Islam AbdelRahman
2016-10-03Support SST files with Global sequence numbersIslam AbdelRahman
2016-09-17Add TableBuilderOptions::level and relevant changes (#1335)rockeet
2016-09-13Refactor MutableCFOptionsYi Wu
2016-08-19Add TablePropertiesCollector support in SstFileWriterIslam AbdelRahman
2016-07-12Miscellaneous performance improvementsJay Edgar
2016-06-20Update SstFileWriter to use bottommost_compression if avaliableIslam AbdelRahman
2016-05-17[rocksdb] make more options dynamicAaron Gao
2016-04-27Shared dictionary compression using reference blockAndrew Kryczka
2016-04-06Embed column family name in SST fileAndrew Kryczka
2016-02-09Updated all copyright headers to the new format.Baraa Hamodi
2016-01-25Disallow SstFileWriter from creating empty sst filesIslam AbdelRahman