Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Currently, we set table volumes into TableDesc in LogicalPlanner. In this case, we cannot employ the push-downed filters for getting table volumes. For it, we should postpone getting table volumes as late as possible before join ordering optimization.
This patch move the table stat update code into the last rewrite rune in pre rewriters.
Attachments
Issue Links
- is depended upon by
-
TAJO-2007 By default, Optimizer should use the table volume in TableStat.
- Resolved