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

vatamane pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    from c5a7809f0 Remove limit parameter from ken
     new 1ed0519a1 Remove explicit import
     new c83b5ccb6 mango: introduce support for covering indexes
     new 42deb8471 mango: add type information for better self-documentation
     new 3351a2647 mango: increase coverage of the `choose_best_index/1` test
     new 313b74e92 mango: add eunit tests
     new e6af4924c _find: mention the `covered` attribute in the `_explain` 
response
     new f5371aab7 mango: add integration tests for keys-only covering indexes
     new cc500adc1 mango: mark fields with the `$exists` operator indexable
     new 8b1e1837d mango: enhance compositionality of 
`consider_index_coverage/3`
     new 28480f9a4 mango: fix definition of index coverage
     new df52be577 mango: refactor

The 11 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/src/couch_util.erl             |    5 +-
 src/docs/src/api/database/find.rst       |    4 +
 src/mango/src/mango.hrl                  |   12 +
 src/mango/src/mango_cursor_view.erl      | 1030 ++++++++++++++++++++++++++++--
 src/mango/src/mango_idx_text.erl         |  133 ++--
 src/mango/src/mango_idx_view.erl         |  137 +++-
 src/mango/src/mango_selector.erl         |   49 +-
 src/mango/src/mango_selector_text.erl    |  130 ++--
 src/mango/test/22-covering-index-test.py |  129 ++++
 9 files changed, 1446 insertions(+), 183 deletions(-)
 create mode 100644 src/mango/test/22-covering-index-test.py

Reply via email to