Bug #100621 | Select query is very slow for large table | ||
---|---|---|---|
Submitted: | 24 Aug 2020 11:35 | Modified: | 24 Aug 2020 12:53 |
Reporter: | Anjali Kulkarni | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S5 (Performance) |
Version: | 8.0.20 | OS: | Windows |
Assigned to: | CPU Architecture: | Other (64 bit 4 core) |
[24 Aug 2020 11:35]
Anjali Kulkarni
[24 Aug 2020 12:53]
MySQL Verification Team
Hi Mr. Kulkarni, Thank you for your bug report. However, what you are reporting is not a bug. When you run a query that should extract many rows, then faster solution is to scan entire table. Hence, the larger the table, the more will query last. Also, you should look into how is query executed and how is your server configured. This is all described in our Reference Manual. Not a bug.