Skip to content
Snippets Groups Projects
Commit 946d1ebc authored by Nikita Pettik's avatar Nikita Pettik
Browse files

sql: refactor usages of table's tuple count

Count of tuples containing in given space can be calculated as a number of
tuples in primary index. However, if table represents temporary object
such as result set of SELECT or VIEW, tuple count can't be precisely
determined. In this case, default approximation is used: 1 million tuples.

Part of #3253
parent 23918324
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment