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

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


    from 2fe1666  Clean up view size limit enforcement
     new 377a3d3  Refactor view index layout
     new 69fc02b  Fix handling of duplicate keys
     new e6f6e2d  Don't store `{0,0,[]}` for views with new results
     new 97458c3  Test size calculations for view rows

The 4 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:
 src/couch_views/include/couch_views.hrl           |  16 +-
 src/couch_views/src/couch_views_fdb.erl           |  36 +-
 src/couch_views/src/couch_views_indexer.erl       |   5 +
 src/couch_views/test/couch_views_indexer_test.erl |  56 ++-
 src/couch_views/test/couch_views_size_test.erl    | 564 ++++++++++++++++++++++
 5 files changed, 657 insertions(+), 20 deletions(-)
 create mode 100644 src/couch_views/test/couch_views_size_test.erl

Reply via email to