You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2016/09/09 18:55:34 UTC

[2/6] documentation commit: updated refs/heads/master to 242e4f2

feat(whatsnew): expand mango entry


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/b473da8f
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/b473da8f
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/b473da8f

Branch: refs/heads/master
Commit: b473da8fae4d1b465f5e7e2be821bb0d76468a89
Parents: ee2b22d
Author: Jan Lehnardt <ja...@apache.org>
Authored: Fri Sep 9 20:41:33 2016 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Fri Sep 9 20:41:33 2016 +0200

----------------------------------------------------------------------
 src/whatsnew/2.0.rst | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/b473da8f/src/whatsnew/2.0.rst
----------------------------------------------------------------------
diff --git a/src/whatsnew/2.0.rst b/src/whatsnew/2.0.rst
index 82db300..1e028fa 100644
--- a/src/whatsnew/2.0.rst
+++ b/src/whatsnew/2.0.rst
@@ -34,8 +34,11 @@ Version 2.0.0
 * `Futon` replaced by brand-new, completely re-engineered `Fauxton` interface.
   URL remains the same.
 * The new Mango Query Server provides a simple JSON-based way to perform CouchDB
-  queries without JavaScript or MapReduce. Further details are available in the
-  :ref:`_find, _index and _explain API <api/db/_find>`.
+  queries without JavaScript or MapReduce. Mango Queries have a similar indexing
+  speed advantage over JavaScript Quries than the Erlang Queries have (2x-10x
+  faster indexing depending on doc size and system configuration). We recommend
+  all new apps start using Mango as a default. Further details are available
+  in the :ref:`_find, _index and _explain API <api/db/_find>`.
 * Mango :ref:`selectors <changes/filter/selector>` can be used in _changes
   feeds instead of JavaScript MapReduce filters. Mango has been tested to be
   up to an order of magnitude (10x) faster than JavaScript in this application.