Fixed bug in the optimiser for FULL TABLE SCAN case:
to estimate correctly cost of full table scan we should take into account rows read and skipped on each iteration.
Showing
Please register or sign in to comment
to estimate correctly cost of full table scan we should take into account rows read and skipped on each iteration.