Wail Y. Alkowaileet created ASTERIXDB-3148:
----------------------------------------------
Summary: Enable batch point lookup by default
Key: ASTERIXDB-3148
URL: https://issues.apache.org/jira/browse/ASTERIXDB-3148
Project: Apache AsterixDB
Issue Type: Improvement
Components: COMP - Compiler
Affects Versions: 0.9.9
Reporter: Wail Y. Alkowaileet
Assignee: Wail Y. Alkowaileet
Fix For: 0.9.9
Currently, each point lookup traverses the B-Trees of the primary index top to
bottom, which is inefficient. Since the keys produced by searching secondary
indexes are sorted, the next record could reside in the same leaf page of the
primary index. Hence no need to for re-traversing the B-Tree again.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)