diff options
author | Filipe David Borba Manana <fdmanana@apache.org> | 2011-05-02 13:28:20 +0000 |
---|---|---|
committer | Filipe David Borba Manana <fdmanana@apache.org> | 2011-05-02 13:28:20 +0000 |
commit | e2e8554d4de18c4ad3765fb105491c77997aff39 (patch) | |
tree | 006971c29510d531ee9b0d3bb88b7062500f8f3e /NOTICE | |
parent | 5ee419e6fb5323d1dfdcd447670b36b5726a9db0 (diff) | |
download | couchdb-e2e8554d4de18c4ad3765fb105491c77997aff39.tar.gz |
Add configurable file compression (snappy, deflate or none)
Not only this makes database and view index files smaller it also increases
database read/write performance, view index generation (specially for large
documents and/or documents with nested JSON structures) and compaction.
Closes COUCHDB-1120.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1098558 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NOTICE')
-rw-r--r-- | NOTICE | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -57,3 +57,11 @@ This product also includes the following third-party components: * yajl (http://lloyd.github.com/yajl/) Copyright 2010, Lloyd Hilaiel + + * snappy (http://code.google.com/p/snappy/) + + Copyright 2005 and onwards Google Inc. + + * snappy-erlang-nif (https://github.com/fdmanana/snappy-erlang-nif) + + Copyright 2011, Filipe David Manana <fdmanana@apache.org> |