Konstantin Orlov created IGNITE-17431:
-----------------------------------------
Summary: Sql. Index support by optimizer
Key: IGNITE-17431
URL: https://issues.apache.org/jira/browse/IGNITE-17431
Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Konstantin Orlov
We need to integrate indexes into optimisation framework. This includes
following parts:
- Integration of indexes into sql schema management: we need to provide a way
to discover indexes during optimising phase (see {{ExposeIndexRule}})
- Integration of indexes into execution: need to provide an execution node to
convert IndexScan to (see {{LogicalRelImplementor#visit(IgniteIndexScan)}})
--
This message was sent by Atlassian Jira
(v8.20.10#820010)