发布于 2015-09-02 00:25:11 | 127 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

RocksDB key-value存储系统

RocksDB 是一个来自 facebook 的可嵌入式的支持持久化的 key-value 存储系统,也可作为 C/S 模式下的存储数据库,但主要目的还是嵌入式。RocksDB 基于 LevelDB 构建。


RocksDB 3.13.1 发布,主要更新内容如下:

新特性

  • RollbackToSavePoint() in WriteBatch/WriteBatchWithIndex

  • Add NewCompactOnDeletionCollectorFactory() in utilities/table_properties_collectors, which allows rocksdb to mark a SST file as need-compaction when it observes at least D deletion entries in any N consecutive entries in that SST file.  Note that this feature depends on an experimental NeedCompact() API --- the result of this API will not persist after DB restart.

  • Add DBOptions::delete_scheduler. Use NewDeleteScheduler() in include/rocksdb/delete_scheduler.h to create a DeleteScheduler that can be shared among multiple RocksDB instances to control the file deletion rate of SST files that exist in the first db_path.

公共 API 改变

  • Deprecated WriteOptions::timeout_hint_us. We no longer support write timeout. If you really need this option, talk to us and we might consider returning it.

  • Deprecated purge_redundant_kvs_while_flush option.

  • Removed BackupEngine::NewBackupEngine() and NewReadOnlyBackupEngine() that were deprecated in RocksDB 3.8. Please use BackupEngine::Open() instead.

  • Deprecated Compaction Filter V2. We are not aware of any existing use-cases. If you use this filter, your compile will break with RocksDB 3.13. Please let us know if you use it and we'll put it back in RocksDB 3.14.

  • Env::FileExists now returns a Status instead of a boolean

  • Add statistics::getHistogramString() to print detailed distribution of a histogram metric.

  • Add DBOptions::skip_stats_update_on_db_open.  When it is on, DB::Open() will run faster as it skips the random reads required for loading necessary stats from SST files to optimize compaction.

更多内容及下载页面请点击:rocksdb-3.13.1

RocksDB 是一个来自 facebook 的可嵌入式的支持持久化的 key-value 存储系统,也可作为 C/S 模式下的存储数据库,但主要目的还是嵌入式。RocksDB 基于 LevelDB 构建。



历史版本 :
RocksDB 5.9.2 发布,可持久化 key-value 存储系统
RocksDB 5.8.8 发布,可持久化 key-value 存储系统
RocksDB 5.8.7 和 5.7.5 发布,key-value 存储系统
RocksDB 5.8.6 发布,可持久化 key-value 存储系统
RocksDB 5.8 发布,可持久化 key-value 存储系统
RocksDB 5.7.3 发布,可持久化 key-value 存储系统
RocksDB 5.7.2 发布,可持久化 key-value 存储系统
RocksDB 5.7.1 发布,可持久化 key-value 存储系统
RocksDB 5.6.1 发布,可持久化 key-value 存储系统
RocksDB 5.5.4 和 5.5.5 发布,修改开源授权协议
RocksDB 5.5.2 发布,可持久化 key-value 存储系统
RocksDB 5.5.1 和 5.4.7 发布,可持久化 key-value 存储系统
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务