-
Olav Sandstaa authored
This worklog implements the needed changes in the optimizer and server to start using the new "records per key" interface that was implmeneted in WL#7338. This interface allows storage engines to provide "records per key" values using float values instead of integer values. Using this new interface instead of using the currently used rec_per_key values gives more correct record estimates for ref access against an indexed column.
Olav Sandstaa authoredThis worklog implements the needed changes in the optimizer and server to start using the new "records per key" interface that was implmeneted in WL#7338. This interface allows storage engines to provide "records per key" values using float values instead of integer values. Using this new interface instead of using the currently used rec_per_key values gives more correct record estimates for ref access against an indexed column.
Loading