You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2019/09/18 07:44:01 UTC

[couchdb] 01/02: stream large

This is an automated email from the ASF dual-hosted git repository.

garren pushed a commit to branch prototype/builtin-reduce
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 22fc2578947d81f621fc72407662609510514c5e
Author: Garren Smith <ga...@gmail.com>
AuthorDate: Thu Sep 12 17:36:11 2019 +0200

    stream large
---
 src/couch_views/src/couch_views_reader.erl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/couch_views/src/couch_views_reader.erl b/src/couch_views/src/couch_views_reader.erl
index 59c648f..359193a 100644
--- a/src/couch_views/src/couch_views_reader.erl
+++ b/src/couch_views/src/couch_views_reader.erl
@@ -138,8 +138,8 @@ reduce_mrargs_to_fdb_options(Args) ->
     [
         {dir, Direction},
 %%        {limit, Limit * 2 + Skip * 2},
-%%        {streaming_mode, stream_large}
-        {streaming_mode, want_all}
+        {streaming_mode, large}
+%%        {streaming_mode, want_all}
     ] ++ GroupLevelEnd.
 %%    ] ++ StartKeyOpts ++ EndKeyOpts.