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 e1221e7 Add Elixir tests for database partitions
omit 4d81af6 Support partitioned queries in Mango
omit 8085a42 Optimize offset/limit for partition queries
omit 8bf82a1 Optimize all_docs queries in a single partition
omit 9ea1efd Implement partitioned views
omit 0e7eed3 Implement `couch_db:get_partition_info/2`
omit 857661f Implement partitioned dbs
omit b508c67 Implement configurable hash functions
omit d9af33e Validate design document options more strictly
omit 5a1e72e Pass the DB record to index validation functions
omit ab1bf4d Implement `fabric_util:open_cluster_db`
omit 63314d9 Improve `couch_db:clustered_db` flexibility
omit 7909b98 Add PSE API to store opaque properties
add f073700 Add PSE API to store opaque properties
add a1607a6 Improve `couch_db:clustered_db` flexibility
add 5e39198 Implement `fabric_util:open_cluster_db`
add 5b1d35c Pass the DB record to index validation functions
add 0c91ff2 Validate design document options more strictly
add 94964b2 Implement configurable hash functions
add be1c919 Implement partitioned dbs
add 9db555a Implement `couch_db:get_partition_info/2`
add 8c5a086 Implement partitioned views
add 5def47b Optimize all_docs queries in a single partition
add b8b5ae2 Optimize offset/limit for partition queries
add c4a5cf7 Support partitioned queries in Mango
add 8e30cdb 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 (e1221e7)
\
N -- N -- N refs/heads/feature/database-partitions (8e30cdb)
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/src/couch_db.erl | 12 ++++++------
src/couch/src/couch_db_engine.erl | 2 +-
src/couch/src/couch_partition.erl | 9 ++++++---
src/couch_mrview/src/couch_mrview_util.erl | 4 ++--
src/fabric/src/fabric.erl | 10 +++++-----
src/fabric/src/fabric_db_partition_info.erl | 9 +++++----
src/fabric/src/fabric_view.erl | 3 +++
src/mango/src/mango_idx.erl | 4 +++-
src/mango/src/mango_opts.erl | 6 +++---
9 files changed, 34 insertions(+), 25 deletions(-)