You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Evgeny Stanilovsky (Jira)" <ji...@apache.org> on 2023/05/24 09:56:00 UTC

[jira] [Created] (IGNITE-19558) Sql. Use statistics snapshot per sql request.

Evgeny Stanilovsky created IGNITE-19558:
-------------------------------------------

             Summary: Sql. Use statistics snapshot per sql request.
                 Key: IGNITE-19558
                 URL: https://issues.apache.org/jira/browse/IGNITE-19558
             Project: Ignite
          Issue Type: Bug
          Components: sql
    Affects Versions: 3.0.0-beta1
            Reporter: Evgeny Stanilovsky


Now possible situation when in scope of one sql request planning it`s possible to obtain different table row count, check: StatisticsImpl#getRowCount, this can lead to erroneous or not optimal plan. Seems we need smth. like statistics snapshot for such a case.

starting points:

{noformat}
IgniteTableImpl.StatisticsImpl
{noformat}




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