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/08/21 20:22:30 UTC

[couchdb] branch prototype/fdb-layer-ebtree-views updated (7ecaffe -> bc40b13)

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

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


 discard 7ecaffe  Fixup tests
 discard 76d2f1c  Update to use new ebtree multi functions
 discard 04cfcbb  Implement
 discard 0d9d138  fixup insert_multi
 discard 4aeebc9  Implement `ebtree:insert_multi/3` optimization
     add d82df69  Implement `ebtree:insert_multi/3` optimization
     add cd2a3db  Implement ebtree:lookup_multi/3
     add fadef60  Update to use new ebtree multi functions
     add c873f4d  Fixup tests
     add bccf6aa  Optimize filtering deletions
     add bc40b13  Optimize validate_node by not doing it

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   (7ecaffe)
            \
             N -- N -- N   refs/heads/prototype/fdb-layer-ebtree-views (bc40b13)

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/src/couch_views_fdb.erl | 127 ++++++++++++++------------------
 src/ebtree/src/ebtree.erl               |  38 +++++-----
 2 files changed, 78 insertions(+), 87 deletions(-)