Hi everyone here. I have recently learned about the "late row lookup" optimization from the following posts:
https://explainextended.com/2009/10/23/mysql-order-by-limit-performance-late-row-lookups/
https://explainextended.com/2011/02/11/late-row-lookups-innodb/
So my question is: why late row lookup is not implemented in MySQL and/or InnoDB even ten years have passed?
(I know other optimizations able to accelerate paging. I'm just curious about it.)
Thanks!
https://explainextended.com/2009/10/23/mysql-order-by-limit-performance-late-row-lookups/
https://explainextended.com/2011/02/11/late-row-lookups-innodb/
So my question is: why late row lookup is not implemented in MySQL and/or InnoDB even ten years have passed?
(I know other optimizations able to accelerate paging. I'm just curious about it.)
Thanks!