Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
Description
When innodb_file_per_table=ON, each table has its only ibd file, user thread has to unlink refered ibd file when drop table is executed. as a result, it cost a lot of time when the ibd file is large and stall the whole system.
For detail information, please refer to: https://github.com/MariaDB/server/pull/1021
Attachments
Issue Links
- relates to
-
MDEV-32786 Support NBO for DROP TABLE in Galera
- Open
-
MDEV-8069 DROP or rebuild of a large table may lock up InnoDB
- Closed
-
MDEV-9459 Truncate table causes innodb stalls
- Closed
-
MDEV-16796 TRUNCATE TABLE slowdown with innodb_file_per_table=ON
- Closed