rec_get_offsets Optimization
Application scenario: MySQL OLTP
Technical principle: This feature allows the row format check to be performed before rec_get_offsets calls, and passes the result as a parameter to the rec_get_offsets_with_comp function. This reduces repeated queries within rec_get_offsets.
Performance metric: The comprehensive sysbench performance is improved by 2%.

Parent topic: MySQL Optimization Features