Bug #81865 | SHOW FULL TABLES significant slow | ||
---|---|---|---|
Submitted: | 15 Jun 2016 12:20 | Modified: | 2 May 2022 6:48 |
Reporter: | Oli Sennhauser | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Information schema | Severity: | S3 (Non-critical) |
Version: | 5.6.2x, 5.6.31 | OS: | Linux |
Assigned to: | CPU Architecture: | Any |
[15 Jun 2016 12:20]
Oli Sennhauser
[20 Jun 2016 9:45]
MySQL Verification Team
Hello Oli Sennhauser, Thank you for the report. Thanks, Umesh
[2 May 2022 6:48]
Karthik Kamath Koteshwar
Posted by developer: This is not a bug because SHOW TABLES just lists the tables in a database directory whereas SHOW FULL TABLES has to open the 'FRM's of all the tables in the database to collect additional information: "table_type" which could be one among "BASE TABLE for a table, VIEW for a view, or SYSTEM VIEW for an INFORMATION_SCHEMA table". Hence, it is bound to take more time than that of SHOW TABLES. Closing this as 'not a bug'.