You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Yury Gerzhedovich (Jira)" <ji...@apache.org> on 2024/01/23 14:45:00 UTC

[jira] [Assigned] (IGNITE-21341) Sql. Optimize way to execute insert

     [ https://issues.apache.org/jira/browse/IGNITE-21341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yury Gerzhedovich reassigned IGNITE-21341:
------------------------------------------

    Assignee: Yury Gerzhedovich

> Sql. Optimize way to execute insert
> -----------------------------------
>
>                 Key: IGNITE-21341
>                 URL: https://issues.apache.org/jira/browse/IGNITE-21341
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Yury Gerzhedovich
>            Assignee: Yury Gerzhedovich
>            Priority: Major
>
> As of now we use common approach for all execution queries.
> Obviously, we can use simple KV put for simple insert statement. Let's analyze the AST to identify such simple insert  and execute it in an optimized way, avoiding the common complex path.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)