[
https://issues.apache.org/jira/browse/IGNITE-21721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konstantin Orlov updated IGNITE-21721:
--------------------------------------
Fix Version/s: 3.0.0-beta2
> Sql. Adjust cost estimation for index scan
> ------------------------------------------
>
> Key: IGNITE-21721
> URL: https://issues.apache.org/jira/browse/IGNITE-21721
> Project: Ignite
> Issue Type: Improvement
> Components: sql
> Reporter: Konstantin Orlov
> Assignee: Konstantin Orlov
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Scan over an index if significantly slower than scan over a table. In some
> cases (for example, TPC-H q1 on scaleFactor=0.1) it's faster to read an
> entire table and do sorting in memory rather than scan the index.
> Let's adjust cost function to reflect the real complexity of index scan.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)