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/16 18:41:19 UTC

[couchdb] branch feature/database-partitions updated (b39701f -> 3c0f884)

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.


 discard b39701f  Add Elixir tests for database partitions
 discard 10348c3  Support partitioned queries in Mango
 discard c58cfd1  Use index names when testing index selection
 discard f9ad101  Optimize offset/limit for partition queries
 discard 724e772  Optimize all_docs queries in a single partition
 discard d6fe14b  Implement partitioned views
     new fa77377  Implement partitioned views
     new f880cda  Optimize all_docs queries in a single partition
     new c47dbe5  Optimize offset/limit for partition queries
     new 3cb734d  Use index names when testing index selection
     new 979cccd  Support partitioned queries in Mango
     new 3c0f884  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   (b39701f)
            \
             N -- N -- N   refs/heads/feature/database-partitions (3c0f884)

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.

The 11538 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/couch_mrview/src/couch_mrview_updater.erl   |   9 +-
 test/elixir/test/partition_crud_test.exs        |  36 +++++++
 test/elixir/test/partition_size_test.exs        | 131 +++++++++++++++++++++++-
 test/elixir/test/partition_view_update_test.exs |  88 ++++++++++++++++
 4 files changed, 260 insertions(+), 4 deletions(-)