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 2020/09/03 20:25:54 UTC

[couchdb] branch prototype/fdb-layer-replace-couch-rate updated (5c477f3 -> 2adc534)

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a change to branch prototype/fdb-layer-replace-couch-rate
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 5c477f3  Optimize view indexer batch sizes
 discard e4fb7e9  Remove couch_rate
    omit 1b6e9dc  Disable node validation in production
    omit 76b4e37  Optimize umerge_members
    omit de613a5  Implement caching of immutable ebtree nodes
    omit 2e7b595  Implement ebtree:lookup_multi/3
    omit 2463a42  Implement ebtree:insert_multi/3
     add 947308d  Allow creating new deleted documents
     add 3acb20d  Implement ebtree:insert_multi/3
     add 3e969fc  Implement ebtree:lookup_multi/3
     add 02e5914  Implement caching of immutable ebtree nodes
     add 2dd85af  Optimize umerge_members
     add b55afbd  Disable node validation in production
     add 692ba64  Remove couch_rate
     add 2adc534  Optimize view indexer batch sizes

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   (5c477f3)
            \
             N -- N -- N   refs/heads/prototype/fdb-layer-replace-couch-rate (2adc534)

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_views/README.md                  | 52 +++++++++++-------------------
 src/fabric/src/fabric2_db.erl              | 11 ++++---
 src/fabric/test/fabric2_doc_crud_tests.erl | 12 +++++--
 3 files changed, 36 insertions(+), 39 deletions(-)