This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a change to branch ken-2
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
discard 860956c Enable fdb feature
add 735b3f6 Enable fdb feature
add 2fe1666 Clean up view size limit enforcement
add 377a3d3 Refactor view index layout
add 69fc02b Fix handling of duplicate keys
add e6f6e2d Don't store `{0,0,[]}` for views with new results
add 97458c3 Test size calculations for view rows
add 731b88c Optimize resubmitting pending requests when scheduled time
stays the same
add 2858d8c Simple index auto-updater
add 8d19c94 Enable index auto-updating for couch_views
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 (860956c)
\
N -- N -- N refs/heads/ken-2 (8d19c94)
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:
rel/overlay/etc/default.ini | 10 +
src/couch_views/include/couch_views.hrl | 16 +-
src/couch_views/src/couch_views_fdb.erl | 150 ++----
src/couch_views/src/couch_views_indexer.erl | 59 ++-
src/couch_views/test/couch_views_indexer_test.erl | 68 ++-
src/couch_views/test/couch_views_size_test.erl | 564 ++++++++++++++++++++++
src/fabric/src/fabric2_fdb.erl | 1 -
7 files changed, 753 insertions(+), 115 deletions(-)
create mode 100644 src/couch_views/test/couch_views_size_test.erl