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

2024-02-02 Thread Konstantin Orlov (Jira)


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

Konstantin Orlov updated IGNITE-21341:
--
Fix Version/s: 3.0.0-beta2

> 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
>Priority: Major
>  Labels: ignite-3
> Fix For: 3.0.0-beta2
>
>
> 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)


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

2024-02-02 Thread Konstantin Orlov (Jira)


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

Konstantin Orlov updated IGNITE-21341:
--
Ignite Flags:   (was: Docs Required,Release Notes Required)

> 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
>Priority: Major
>  Labels: ignite-3
>
> 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)


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

2024-01-23 Thread Yury Gerzhedovich (Jira)


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

Yury Gerzhedovich updated IGNITE-21341:
---
Labels: ignite-3  (was: )

> 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
>  Labels: ignite-3
>
> 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)