Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Docs Required, Release Notes Required
Description
Current cost model of the index is designed for 2.x indexes where IndexScan is cheaper than TableScan because index storage uses direct link to data pages.
At the Ignite 3.0 index uses a primary key as the reference to the data row. So additional lookup by the PK is required.
Attachments
Issue Links
- is part of
-
IGNITE-14925 Sorted indexes engine
- Resolved
- links to