You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/01/02 20:39:40 UTC

[couchdb] branch feature/database-partitions updated (60bbe3f -> 3c8e0c6)

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

davisp pushed a change to branch feature/database-partitions
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    omit 60bbe3f  Add Elixir tests for database partitions
    omit 6312363  Support partitioned queries in Mango
    omit d609bec  Use index names when testing index selection
    omit 021aa7b  Optimize offset/limit for partition queries
    omit 2463ee3  Optimize all_docs queries in a single partition
    omit 16e53ee  Implement partitioned views
     add f7b0822  Implement partitioned views
     add 546894f  Optimize all_docs queries in a single partition
     add b90c6c5  Optimize offset/limit for partition queries
     add 739c262  Use index names when testing index selection
     add 56c1404  Support partitioned queries in Mango
     add 3c8e0c6  Add Elixir tests for database partitions

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (60bbe3f)
            \
             N -- N -- N   refs/heads/feature/database-partitions (3c8e0c6)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 src/couch_mrview/src/couch_mrview_updater.erl | 6 ++++--
 test/elixir/test/partition_crud_test.exs      | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)