内容简介:MongoDB 存储引擎已发布 WiredTiger 3.0.0 版本,新版本移除了对 wtstats 的支持、修改了日志文件格式以记录先前的 LSN 记录,此外还包含很多其他的 bug 修复和变更。 详细更新如下: WT-3039 Change the log ...
MongoDB 存储引擎已发布 WiredTiger 3.0.0 版本,新版本移除了对 wtstats 的支持、修改了日志文件格式以记录先前的 LSN 记录,此外还包含很多其他的 bug 修复和变更。
详细更新如下:
WT-3039 Change the log file format to record a previous LSN record
WT-3181 Add support for application defined transaction IDs via a mechanism called timestamps.
WT-3310 Add support to WT_SESSION::alter to change table log setting
WT-3389 Restructure page split code to hold a split generation for the entire operation.
WT-3406 Fix a bug in reconciliation so that it ignores concurrent updates.
WT-3418 Fix a block manager race in tree close/open
WT-3435 Improvements to the cache overflow mechanism aka lookaside
WT-3437 Improvements to auto tuning of number of eviction workers
WT-3440 Add a log record when starting a checkpoint.
WT-3461 Avoid hangs when system clocks move backwards by using CLOCK_MONOTONIC for pthread_cond_timedwait if possible.
WT-3490 Fix a bug in WT_CURSOR.modify unaligned size_t access.
WT-3495 Fix a bug so we don't ftruncate if log cursors are open
WT-3497 Improve logging message when hitting the configured session limits
WT-3537 Split pages in memory when nothing can be written
WT-3556 Remove wtstats support
WT-3681 Change recovery so that it doesn't truncate the last log file
WT-3683 Allow eviction of clean pages with history when cache is stuck
WT-3710 Get a page-level lock to ensure page splits are single threaded
WT-3752 Allow trimming of obsolete modify updates.
查看 JIRA 更新日志以了解全部更新列表:https://jira.mongodb.org/projects/WT/versions/18401
有关 api 和行为更改的详细信息,请参阅升级文档,点此查看完整更新日志。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
HTTP权威指南
David Gourley、Brian Totty / 陈涓、赵振平 / 人民邮电出版社 / 2012-9 / 109.00元
超文本转移协议(Hypertext Transfer Protocol,HTTP)是在万维网上进行通信时所使用的协议方案。HTTP有很多应用,但最著名的是用于web浏览器和web服务器之间的双工通信。 HTTP起初是一个简单的协议,因此你可能会认为关于这个协议没有太多好 说的。但现在,你手上拿着的是却一本两磅重 的书。如果你对我们怎么会写出一本650页 的关于HTTP的书感到奇怪的话,可以去......一起来看看 《HTTP权威指南》 这本书的介绍吧!