summaryrefslogtreecommitdiff
path: root/table/format.cc
AgeCommit message (Expand)Author
2020-06-29Extend Get/MultiGet deadline support to table open (#6982)Anand Ananthabhotla
2020-05-12Add tests for compression failure in BlockBasedTableBuilder (#6709)Ziyue Yang
2020-04-30Pass a timeout to FileSystem for random reads (#6751)anand76
2020-04-30Fix assertion that can fail on sst corruption (#6780)Peter Dillinger
2020-04-24Reduce memory copies when fetching and uncompressing blocks from SST files (#...Cheng Chang
2020-03-06Remove memcpy from RandomAccessFileReader::Read in direct IO mode (#6455)Cheng Chang
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-10-31Add new persistent 64-bit hash (#5984)Peter Dillinger
2019-09-16Divide file_reader_writer.h and .cc (#5803)sdong
2019-06-24Add an option to put first key of each sst block in the index (#5289)Mike Kolupaev
2019-06-06simplify include directive involving inttypes (#5402)Zhongyi Xie
2019-05-31Move some logging related files to logging/ (#5387)Siying Dong
2019-05-30Move some memory related files from util/ to memory/ (#5382)Siying Dong
2019-05-30Organizing rocksdb/table directory by formatVijay Nadimpalli
2019-03-27Apply automatic formatting to some files (#5114)Siying Dong
2019-03-01Make statistics's stats_level change thread-safe (#5030)Siying Dong
2019-02-28Add two more StatsLevel (#5027)Siying Dong
2019-01-18Digest ZSTD compression dictionary once when writing SST file (#4849)Andrew Kryczka
2018-11-13Remove two variables from BlockContents class and don't use class Block for c...Siying Dong
2018-10-26s/CacheAllocator/MemoryAllocator/g (#4590)Yi Wu
2018-10-04fix unused param `allocator` in compression.h (#4453)Zhongyi Xie
2018-10-02Introduce CacheAllocator, a custom allocator for cache blocks (#4437)Igor Canadi
2018-09-17Fix bug in partition filters with format_version=4 (#4381)Maysam Yabandeh
2018-09-06Revert "Digest ZSTD compression dictionary once per SST file (#4251)" (#4347)Andrew Kryczka
2018-08-23Digest ZSTD compression dictionary once per SST file (#4251)Andrew Kryczka
2018-08-09Index value delta encoding (#3983)Maysam Yabandeh
2018-06-05run make format for PR 3838 (#3954)Zhongyi Xie
2018-06-04Provide a way to override windows memory allocator with jemalloc for ZSTDDmitri Smirnov
2018-02-15Several small "fixes"jsteemann
2017-12-14NUMBER_BLOCK_COMPRESSED, etc, shouldn't be treated as timer counterSiying Dong
2017-12-11Refactor ReadBlockContents()Siying Dong
2017-08-23support disabling checksum in block-based tableAndrew Kryczka
2017-08-11Support prefetch last 512KB with direct I/O in block based file readerSiying Dong
2017-07-15Change RocksDB LicenseSiying Dong
2017-06-28Improve Status message for block checksum mismatchesMike Kolupaev
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2017-04-05Move some files under util/ to separate dirsSiying Dong
2017-03-15Add macros to include file name and line number during LoggingIslam AbdelRahman
2016-11-05Insert range deletion meta-block into block cacheAndrew Kryczka
2016-09-06Support ZSTD with finalized formatsdong
2016-07-19New Statistics to track Compression/Decompression (#1197)John Alexander
2016-07-12Miscellaneous performance improvementsJay Edgar
2016-06-10Add a check mode to verify compressed block can be decompressed backNadav Rotem
2016-05-15Added PersistentCache abstractionkrad
2016-04-27Shared dictionary compression using reference blockAndrew Kryczka
2016-04-19Introduce XPRESS compresssion on Windows. (#1081)Dmitri Smirnov
2016-03-30to/from hex refactorLaurent Demailly
2016-02-09Updated all copyright headers to the new format.Baraa Hamodi
2015-08-28Add ZSTD (not final format) compression typesdong
2015-07-17Move rate_limiter, write buffering, most perf context instrumentation and mos...sdong