Bug #107362 | switch default read-ahead off | ||
---|---|---|---|
Submitted: | 21 May 2022 10:09 | Modified: | 23 May 2022 13:03 |
Reporter: | haochen he | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S5 (Performance) |
Version: | all | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | performance |
[21 May 2022 10:09]
haochen he
[23 May 2022 13:03]
MySQL Verification Team
Hi Mr. he, Thank you for your bug report. However, this is not a bug. InnoDB read ahead threshold is a dynamic variable. Most of the machines hosting MySQL server use HDD's and not SSD's. However, this variable is dynamic, hence you can set it to any value that suits you, including 0 (zero). Not a bug.