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 19:54:24 UTC

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

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 3c0f884  Add Elixir tests for database partitions
 discard 979cccd  Support partitioned queries in Mango
 discard 3cb734d  Use index names when testing index selection
 discard c47dbe5  Optimize offset/limit for partition queries
 discard f880cda  Optimize all_docs queries in a single partition
 discard fa77377  Implement partitioned views
     new fc86e8d  Implement partitioned views
     new d32e6a1  Optimize all_docs queries in a single partition
     new abf0b40  Optimize offset/limit for partition queries
     new 9c3c25a  Use index names when testing index selection
     new 42abb39  Support partitioned queries in Mango
     new 5c83f85  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   (3c0f884)
            \
             N -- N -- N   refs/heads/feature/database-partitions (5c83f85)

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/chttpd/src/chttpd_db.erl                    | 21 +++++++++++++++++++--
 test/elixir/test/partition_size_test.exs        | 24 +++++++++++++++++-------
 test/elixir/test/partition_view_update_test.exs |  2 --
 3 files changed, 36 insertions(+), 11 deletions(-)