Description
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:
IgniteTableImpl.StatisticsImpl
Attachments
Issue Links
- is fixed by
-
IGNITE-23188 Sql. Incorporate table size estimation in query optimizer
- Resolved