summaryrefslogtreecommitdiff
path: root/HISTORY.md
AgeCommit message (Expand)Author
2016-03-01Change BlockBasedTableOptions.format_version default to 2sdong
2016-02-29Introduce Iterator::GetProperty() and replace Iterator::IsKeyPinned()sdong
2016-02-11Add a new compaction priority that picks file whose overlapping ratio is smal...sdong
2016-02-09Allows Get and MultiGet to read directly from SST files.Yueh-Hsuan Chiang
2016-02-05Update version to 4.5sdong
2016-01-28Add SstFileManager (component tracking all SST file in DBs and control the de...Islam AbdelRahman
2016-01-26Disable stats about mutex duration by defaultsdong
2016-01-25ldb to support --column_family optionsdong
2016-01-25Add a perf context level that doesn't measure time for mutex operationssdong
2016-01-14Update HISTORY.mc for 4.4.0agiardullo
2016-01-06Make ldb automagically determine the file type and use the correct dumping fu...Gunnar Kudrjavets
2015-12-23Change default options.delayed_write_ratesdong
2015-12-23When slowdown is triggered, reduce the write ratesdong
2015-12-22Report compaction reason in CompactionListenerIslam AbdelRahman
2015-12-17Slowdown when writing to the last write buffersdong
2015-12-11fix typos in commentscharsyam
2015-12-09Deprecate options.soft_rate_limit and add options.soft_pending_compaction_byt...sdong
2015-12-09A new compaction picking priority that optimizes for write amplification for ...sdong
2015-12-08Updating HISTORY.mdkrad
2015-11-30DB to only flush the column family with the largest memtable while option.db_...sdong
2015-11-20Have a way for compaction filter to ignore snapshotsVenkatesh Radhakrishnan
2015-11-16Move to version 4.3sdong
2015-11-12Add CheckOptionsCompatibility() API to options_utilYueh-Hsuan Chiang
2015-11-12Add OptionsUtil::LoadOptionsFromFile() APIYueh-Hsuan Chiang
2015-11-10Enable RocksDB to persist Options file.Yueh-Hsuan Chiang
2015-11-04Update HISTORY.mdYueh-Hsuan Chiang
2015-11-03Add Memory Insight support to utilitiesYueh-Hsuan Chiang
2015-11-03Add GetAggregatedIntProperty(): returns the aggregated value from all CFsYueh-Hsuan Chiang
2015-10-29Clean and expose CreateLoggerFromOptionsIslam AbdelRahman
2015-10-14Remove DefaultCompactionFilterFactory.sdong
2015-10-09Pass column family ID to table property collectorsdong
2015-10-08New Manifest format to allow customized fields in NewFile.sdong
2015-10-08CompactionFilter::Context to contain column family IDsdong
2015-10-08Change RocksDB version to 4.1rocksdb-4.1Yueh-Hsuan Chiang
2015-10-08compaction_filter.h cleanupIgor Canadi
2015-10-07Compaction filter on merge operandsIgor Canadi
2015-10-06Support for LevelDB SST with .ldb suffixdyniusz
2015-09-23Add experimental DB::AddFile() to plug sst files into empty DBIslam AbdelRahman
2015-09-17Support for SingleDelete()Andres Noetzli
2015-09-09Release RocksDB 4.0.0Islam AbdelRahman
2015-09-09Update HISTORY file for transactionsagiardullo
2015-09-08Added Equal method to Comparator interfaceAndres Noetzli
2015-09-02Remove the need for LATEST_BACKUP in BackupEngineIgor Canadi
2015-08-28Add ZSTD (not final format) compression typesdong
2015-08-25Moving sequence number compaction variables from SubCompactionState to Compac...Ari Ekmekji
2015-08-25Expose per-level aggregated table properties via GetProperty()Yueh-Hsuan Chiang
2015-08-21Changed 'num_subcompactions' to the more accurate 'max_subcompactions'Ari Ekmekji
2015-08-12[Cleanup] Remove RandomRWFileIslam AbdelRahman
2015-08-11Pessimistic Transactionsagiardullo
2015-08-06In HISTORY.md Switch unreleased notes to 3.13v3.13rocksdb-3.13sdong