Updated Branches: refs/heads/master d6ab08dff -> 86bf97504
[docs] compression is enabled by default and bumps on-disk version - updated NEWS and CHANGES Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/86bf9750 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/86bf9750 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/86bf9750 Branch: refs/heads/master Commit: 86bf97504071c360fddaf9a91d822534fc8626ed Parents: d6ab08d Author: Dave Cottlehuber <[email protected]> Authored: Thu Mar 8 10:42:32 2012 +0100 Committer: Dave Cottlehuber <[email protected]> Committed: Thu Mar 8 10:42:32 2012 +0100 ---------------------------------------------------------------------- CHANGES | 6 ++++-- NEWS | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/86bf9750/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 9592233..8e00539 100644 --- a/CHANGES +++ b/CHANGES @@ -72,14 +72,16 @@ Replicator: * Added optional field `since_seq` to replication objects/documents. It allows to bootstrap a replication from a specific source sequence number. - * Simpler replication cancelation. In addition to the current method, + * Simpler replication cancellation. In addition to the current method, replications can now be canceled by specifying the replication ID instead of the original replication object/document. Storage System: * Added optional database and view index file compression (using Google's - snappy or zlib's deflate). + snappy or zlib's deflate). This feature is enabled by default, but it + can be disabled by adapting local.ini accordingly. The on-disk format + is upgraded on compaction and new DB/view creation to support this. * Several performance improvements, most notably regarding database writes and view indexing. * Computation of the size of the latest MVCC snapshot data and all its http://git-wip-us.apache.org/repos/asf/couchdb/blob/86bf9750/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index f9eb335..212aa16 100644 --- a/NEWS +++ b/NEWS @@ -25,7 +25,8 @@ Version 1.2.0 * cURL is no longer required to build CouchDB as it is only required by the command line JS test runner. * Added a native JSON parser. - * Optional file compression (database and view index files). + * Optional file compression (database and view index files). This feature + is enabled by default. * Several performance improvements, especially regarding database writes and view indexing. * Added a `data_size` property to database and view group
