This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a change to branch prototype/fdb-layer
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
from 97458c3 Test size calculations for view rows
new 17ce741 Optimize resubmitting pending jobs
new 02ca72b Implement a simple index auto-updater
new 132cf7a Enable index auto-updating for couch_views
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
rel/files/eunit.ini | 6 +-
rel/overlay/etc/default.ini | 10 +
src/couch_jobs/src/couch_jobs_fdb.erl | 11 +
src/couch_jobs/test/couch_jobs_tests.erl | 11 +
src/couch_views/src/couch_views.erl | 21 +-
src/couch_views/src/couch_views_sup.erl | 8 +
src/couch_views/test/couch_views_indexer_test.erl | 18 +-
src/fabric/src/fabric2_db.erl | 4 +
src/fabric/src/fabric2_index.erl | 222 ++++++++++++++++
src/fabric/src/fabric2_sup.erl | 8 +
src/fabric/test/fabric2_index_tests.erl | 304 ++++++++++++++++++++++
11 files changed, 620 insertions(+), 3 deletions(-)
create mode 100644 src/fabric/src/fabric2_index.erl
create mode 100644 src/fabric/test/fabric2_index_tests.erl