summaryrefslogtreecommitdiff
path: root/src/docs/upgrading.dox
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2013-06-05 10:43:48 -0400
committerKeith Bostic <keith@wiredtiger.com>2013-06-05 10:43:48 -0400
commitd739838a92ccdddf9071275b38fbf7f7d2f78b00 (patch)
treee571975d4eccf92a297d5f660257e50041b605ec /src/docs/upgrading.dox
parent82373d74fc0e0a20fd70275ff6aaa94e70cbdfe5 (diff)
downloadmongo-d739838a92ccdddf9071275b38fbf7f7d2f78b00.tar.gz
Change the default compression configuration to "uncompressed",
so the default is the fastest configuration.
Diffstat (limited to 'src/docs/upgrading.dox')
-rw-r--r--src/docs/upgrading.dox14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/docs/upgrading.dox b/src/docs/upgrading.dox
index 82115ce66dc..b438317f3ea 100644
--- a/src/docs/upgrading.dox
+++ b/src/docs/upgrading.dox
@@ -5,9 +5,8 @@
<dt>Table of WiredTiger extension methods</dt>
<dd>
-In the 1.6.2 release, new entries were added to the list of WiredTiger
-extension methods; applications using the extension methods will require
-recompilation.
+New functionality was added to the list of WiredTiger extension methods;
+applications using the extension methods will require recompilation.
</dd>
<dt>WT_SESSION::create no longer accepts a "source" configuration</dt>
@@ -17,6 +16,15 @@ Normal applications should not have been using it, and there were a number of
bugs associated with it.
</dd>
+<dt>Default checksum configuration</dt>
+<dd>
+The default file checksum configuration was changed to \c uncompressed,
+which means blocks that are compressed will no longer also include a
+checksum, by default. Applications using compression insufficient for
+the purposes of corrupted block identification should change their file
+checksum configuration to \c on.
+</dd>
+
</dl>
<hr>
@section version_161 Upgrading to Version 1.6.1