summaryrefslogtreecommitdiff
path: root/HISTORY.md
AgeCommit message (Expand)Author
2015-06-12db_bench periodically writes QPS to CSV fileIgor Canadi
2015-06-11Slow down writes by bytes writtensdong
2015-06-10Re-generate WriteEntry on WBWIIterator::Entry()Igor Canadi
2015-06-10Revert "Fix compile"Igor Canadi
2015-06-10Re-generate WriteEntry on WBWIIterator::Entry()Igor Canadi
2015-06-09Fix hang when closing a DB after doing loads with WAL disabled.Venkatesh Radhakrishnan
2015-06-08Use nullptr for default compaction_filter_factoryIslam AbdelRahman
2015-06-05[API Change] Improve EventListener::OnFlushCompleted interfaceYueh-Hsuan Chiang
2015-06-01Allow users to migrate to options.level_compaction_dynamic_level_bytes=true u...sdong
2015-05-29Optimistic Transactionsagiardullo
2015-05-28Support saving history in memtable_listagiardullo
2015-05-28[API Change] Move listeners from ColumnFamilyOptions to DBOptionsYueh-Hsuan Chiang
2015-05-21[Public API Change] Make DB::GetDbIdentity() be const function.Yueh-Hsuan Chiang
2015-05-21Minor text correctionKarthikeyan Radhakrishnan
2015-05-19Update HISTORY.md for GetThreadList() update.Yueh-Hsuan Chiang
2015-05-19Update history for 3.11Karthikeyan Radhakrishnan
2015-05-18Add an option wal_bytes_per_sync to control sync_file_range for WAL filesIgor Canadi
2015-04-24Task 6532943: Rocksdb - SetCapacity() can dynamically change cache capacity i...Aashish Pant
2015-04-06A new call back to TablePropertiesCollector to allow users know the entry is ...sdong
2015-03-30Universal Compactions with Small Filessdong
2015-03-30db_bench can now disable flashcache for background threadsIgor Canadi
2015-03-25Add a missing section title in HISTORY.mdYueh-Hsuan Chiang
2015-03-24Update HISTORY.md for 3.10.0Yueh-Hsuan Chiang
2015-03-19Don't delete files when column family is droppedIgor Canadi
2015-03-17Create an abstract interface for write batchesagiardullo
2015-03-17Deprecate removeScanCountLimit in NewLRUCacheIgor Canadi
2015-03-02options.level_compaction_dynamic_level_bytes to allow RocksDB to pick size ba...Igor Canadi
2015-02-27Fix a bug in ReadOnlyBackupEngineIgor Canadi
2015-02-11Remember whole key/prefix filtering on/off in SST filesdong
2015-02-09Switch logv with loglevel to virtualfyrz
2015-02-04Get() to use prefix bloom filter when filter is not block basedsdong
2015-01-30CappedFixTransform: return fixed length prefix, or full key if key is shorter...sdong
2015-01-29Compile MemEnv with standard RocksDB libraryIgor Canadi
2015-01-22Update HISTORY.md for GetThreadStatus() support on compaction.Yueh-Hsuan Chiang
2015-01-14New BlockBasedTable version -- better compressed block formatIgor Canadi
2015-01-05Deprecating skip_log_error_on_recoveryIgor Canadi
2014-12-22add support for nested BlockBasedTableOptions in config stringLei Jin
2014-12-22Speed up FindObsoleteFiles()Igor Canadi
2014-12-16Move the file copy out of the mutex.Venkatesh Radhakrishnan
2014-12-15RocksDB: Allow Level-Style Compaction to Place Files in Different PathsVenkatesh Radhakrishnan
2014-12-15Optimize default compile to compilation platform by defaultIgor Canadi
2014-12-10Modifed the LRU cache eviction code so that it doesn't evict blocks which hav...Alexey Maykov
2014-12-08Update HISTORY.md for release 3.9Yueh-Hsuan Chiang
2014-12-02Enforce write buffer memory limit across column familiesJonah Cohen
2014-11-20Moved checkpoint to utilitiesVenkatesh Radhakrishnan
2014-11-20Introduce GetThreadList APIYueh-Hsuan Chiang
2014-11-14Update HISTORY.md for RocksJavav3.8rocksdb-3.8Yueh-Hsuan Chiang
2014-11-14Update HISTROY.md for 3.8 releaseIgor Canadi
2014-11-13Improve Backup Engine.Hasnain Lakhani
2014-11-06update HISOTRY.md for new releaseLei Jin