This is an automated email from the ASF dual-hosted git repository.
davisp pushed a change to branch feature/database-partition-limits
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
discard da86416 Enforce partition size limits
discard a57a9e5 Use an accumulator when merging revision trees
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 a9312a9 Implement partitioned views
new 0a4c764 Optimize all_docs queries in a single partition
new f5e354f Optimize offset/limit for partition queries
new 9952f8f Use index names when testing index selection
new 2e1e631 Support partitioned queries in Mango
new 04146c3 Add Elixir tests for database partitions
new b9f5b8b Use an accumulator when merging revision trees
new c402c29 Enforce partition size limits
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 (da86416)
\
N -- N -- N refs/heads/feature/database-partition-limits
(c402c29)
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 11540 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 | 67 ++++++-------------------
test/elixir/test/partition_view_update_test.exs | 6 ---
3 files changed, 35 insertions(+), 59 deletions(-)