MySQL 8.0 Database Administrator — Question 97

Which statement is true about InnoDB persistent index statistics?

Answer options

Correct answer: A

Explanation

Option A is correct because updating index statistics does indeed require significant I/O resources, making it an expensive operation. Option B is incorrect as index statistics are not solely derived from buffered pages. Option C is not accurate since setting innodb_stats_auto_recalc=ON does not apply to new index creation. Option D is misleading because transient statistics do not inherently improve execution plans based on the sample page increase. Option E is also incorrect because although increasing sample pages may improve scanning speed, it does not directly correlate to increased memory usage.