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 2023/02/07 16:18:00 UTC

[jira] [Updated] (IGNITE-18749) Sql. Planner optimization for JOIN (Part 1, simple way)

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

Yury Gerzhedovich updated IGNITE-18749:
---------------------------------------
    Summary: Sql. Planner optimization for JOIN (Part 1, simple way)  (was: Sql. Planner optimization for JOIN. Benchmarks (Part 1, simple way))

> Sql. Planner optimization for JOIN (Part 1, simple way)
> -------------------------------------------------------
>
>                 Key: IGNITE-18749
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18749
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Yury Gerzhedovich
>            Priority: Major
>
> We have an issue with long query planning for queries with a few joins. After benchmarks are introduced in IGNITE-18748 we can choose some sort of parameters with concrete values ( for example in case we have more than 3 joins and more than 2 filters) we can implement a simple way to decrease planning time by disabling some rules for the conditions, for example, join permutation could be disabled.
> Let's implement such optimization disable some rules for given conditions.



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