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 b4b86b8 Add Elixir tests for database partitions
omit 1eb0a51 Support partitioned queries in Mango
omit b1c7a8a Use index names when testing index selection
omit a2020e3 Optimize offset/limit for partition queries
omit 92f8726 Optimize all_docs queries in a single partition
omit dace0ba Implement partitioned views
add 46e2cc8 Implement partitioned views
add c78bc51 Optimize all_docs queries in a single partition
add d7e072b Optimize offset/limit for partition queries
add f77718f Use index names when testing index selection
add d25c1d2 Support partitioned queries in Mango
add be1fe52 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 (b4b86b8)
\
N -- N -- N refs/heads/feature/database-partitions (be1fe52)
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/chttpd/src/chttpd_db.erl | 5 ++++-
src/mango/src/mango_idx.erl | 10 +++++-----
src/mango/src/mango_idx_text.erl | 1 +
src/mango/src/mango_idx_view.erl | 1 +
test/elixir/test/partition_view_update_test.exs | 2 +-
5 files changed, 12 insertions(+), 7 deletions(-)