summaryrefslogtreecommitdiff
path: root/NOTICE
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2011-05-02 13:28:20 +0000
committerFilipe David Borba Manana <fdmanana@apache.org>2011-05-02 13:28:20 +0000
commite2e8554d4de18c4ad3765fb105491c77997aff39 (patch)
tree006971c29510d531ee9b0d3bb88b7062500f8f3e /NOTICE
parent5ee419e6fb5323d1dfdcd447670b36b5726a9db0 (diff)
downloadcouchdb-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--NOTICE8
1 files changed, 8 insertions, 0 deletions
diff --git a/NOTICE b/NOTICE
index 295e13668..7230c0c05 100644
--- a/NOTICE
+++ b/NOTICE
@@ -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>