Skip to content
  • Olav Sandstaa's avatar
    c9787e5c
    WL#7339 Use improved records per key estimate interface in optimizer · c9787e5c
    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.
    c9787e5c
    WL#7339 Use improved records per key estimate interface in optimizer
    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.
Loading