Details
Description
We can establish index-only scans in some cases. For example, if the column depId is indexed (and totally inlined), we can to execute a query like:
SELECT depId FROM emp
and collects resultset without pagememory lookups.
Attachments
Issue Links
- is part of
-
IGNITE-12248 Apache Calcite based query execution engine
-
- Open
-
- links to