summaryrefslogtreecommitdiff
path: root/HISTORY.md
AgeCommit message (Expand)Author
2019-04-11Change OptimizeForPointLookup() and OptimizeForSmallDb() (#5165)Siying Dong
2019-04-10Periodic Compactions (#5166)Sagar Vemuri
2019-04-08fix reading encrypted files beyond file boundaries (#5160)jsteemann
2019-04-02Mark logs with prepare in PreReleaseCallback (#5121)Maysam Yabandeh
2019-04-01Add DBOptions. avoid_unnecessary_blocking_io to defer file deletions (#5043)Mike Kolupaev
2019-03-28Option string/map can set merge operator from object registry (#5123)Siying Dong
2019-03-27Update history and version for 6.1Fosco Marotto
2019-03-27Remove some "using std::..." from header files. (#5113)Siying Dong
2019-03-26Support for single-primary, multi-secondary instances (#4899)Yanqin Jin
2019-03-26remove bundled but unused fbson library (#5108)jsteemann
2019-03-26Fix SstFileReader not able to open ingested file (#5097)Yi Wu
2019-03-19Add an option to filter traces (#5082)Wenjie Yang
2019-03-18Feature for sampling and reporting compressibility (#4842)Shobhit Dayal
2019-03-08Fix build failures due to missing JEMALLOC_CXX_THROW macro (#5053)Yi Wu
2019-03-01Revert "Remove PlainTable's feature store_index_in_file (#4914)" (#5034)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-02-20add GetStatsHistory to retrieve stats snapshots (#4748)Zhongyi Xie
2019-02-20Update version and history for 6.0Fosco Marotto
2019-02-19add whole key bloom filter support in memtables (#4985)Zhongyi Xie
2019-02-15Deprecate ttl option from CompactionOptionsFIFO (#4965)Aubin Sanyal
2019-02-14Dictionary compression for files written by SstFileWriter (#4978)Andrew Kryczka
2019-02-13Remove Lua compaction filter from RocksDB main repo (#4971)Yanqin Jin
2019-02-12Atomic ingest (#4895)Yanqin Jin
2019-02-11Reduce scope of compression dictionary to single SST (#4952)Andrew Kryczka
2019-02-11Increment NUMBER_BLOCK_NOT_COMPRESSED when !GoodCompressionRatio (#4929)Peter (Stig) Edwards
2019-02-11Checksum properties block for block-based table (#4956)Yanqin Jin
2019-02-08Implement trace sampling (#4963)tang-jianfeng
2019-02-08Add a placeholder in manifest indicating ignorable record (#4960)Siying Dong
2019-02-07Deprecate CompactionFilter::IgnoreSnapshots() = false (#4954)Siying Dong
2019-02-07Remove cuckoo hash memtable (#4953)Siying Dong
2019-01-29Verify checksum before ingestion (#4916)Yanqin Jin
2019-01-28Remove PlainTable's feature store_index_in_file (#4914)Siying Dong
2019-01-23Cache dictionary used for decompressing data blocks (#4881)Andrew Kryczka
2019-01-23Make compaction_pri = kMinOverlappingRatio to be default (#4911)Siying Dong
2019-01-23CompactionPri = kMinOverlappingRatio also uses compensated file size (#4907)Siying Dong
2019-01-22Deleting Blob files also goes through SstFileManager (#4904)Siying Dong
2019-01-19Update HISTORY.md with new use of ZSTD_CDict (#4901)Andrew Kryczka
2019-01-16Use chrono::time_point instead of time_t (#4868)Yanqin Jin
2019-01-11With ldb --try_load_options and wal_dir doesn't exist, ignore it (#4875)Siying Dong
2019-01-10Remove some components (#4101)Siying Dong
2019-01-04Fix point lookup on range tombstone sentinel endpoint (#4829)Andrew Kryczka
2019-01-03Fix skip WAL for whole write_group when leader's callback fail (#4838)DorianZheng
2019-01-02fix accounting for range tombstones in TableProperties (#4841)Andrew Kryczka
2019-01-02Lock free MultiGet (#4754)Anand Ananthabhotla
2018-12-28Preload some files even if options.max_open_files (#3340)Siying Dong
2018-12-20fix DeleteRange memory leak for mmap and block cache (#4810)Andrew Kryczka
2018-12-13Improve flushing multiple column families (#4708)Yanqin Jin
2018-12-07Enable checkpoint of read-only db (#4681)Yanqin Jin
2018-12-06Extend Transaction::GetForUpdate with do_validate (#4680)Maysam Yabandeh