[
https://issues.apache.org/jira/browse/IGNITE-21306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yury Gerzhedovich updated IGNITE-21306:
---------------------------------------
Description:
As of now we use common approach for all execution queries.
Obviously, we can use simple KV get when fetching by PK. Let's analyze the AST
to identify such a simple request and execute it in an optimized way, avoiding
the common complex path
was:
As of now we use common approach for all execution queries.
Obviously, we can use simple KV put /get when fetching by PK. Let's analyze the
AST to identify such a simple request and execute it in an optimized way,
avoiding the common complex path
> Sql. Optimize way to execute simple select
> ------------------------------------------
>
> Key: IGNITE-21306
> URL: https://issues.apache.org/jira/browse/IGNITE-21306
> Project: Ignite
> Issue Type: Improvement
> Components: sql
> Reporter: Yury Gerzhedovich
> Priority: Major
> Labels: ignite-3
>
> As of now we use common approach for all execution queries.
> Obviously, we can use simple KV get when fetching by PK. Let's analyze the
> AST to identify such a simple request and execute it in an optimized way,
> avoiding the common complex path
--
This message was sent by Atlassian Jira
(v8.20.10#820010)