MySQL 8.0 Database Administrator — Question 119

Which statement is true about InnoDB persistent index statistics?

Answer options

Correct answer: A

Explanation

Option A is correct because updating index statistics indeed incurs significant I/O costs. Option B is incorrect as index statistics are not solely based on buffered pages, but rather on the actual data. Options C, D, E, and F contain various inaccuracies regarding the automatic updating of statistics, the impact of sample pages on execution plans, and the recalculation process upon instance restart.