Details
-
Task
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
Description
Feature request:
Backport the MySQL 5.8 fix for upstream bug https://bugs.mysql.com/bug.php?id=68184 for MariaDB 10.2
This performance issue seems more pronounced with Galera Cluster feature enabled using TOI but also affects standalone instances (admittedly I have seen this in the 10.0 series but have not tested 10.1 for this problem directly)
Attachments
Issue Links
- duplicates
-
MDEV-13564 TRUNCATE TABLE and undo tablespace truncation are not compatible with Mariabackup
-
- Closed
-
- relates to
-
MDEV-515 innodb bulk insert
-
- Closed
-
-
MDEV-8069 DROP or rebuild of a large table may lock up InnoDB
-
- Closed
-
-
MDEV-13328 ALTER TABLE ... DISCARD TABLESPACE takes a lot of time with large buffer pool (>128G)
-
- Closed
-
-
MDEV-13564 TRUNCATE TABLE and undo tablespace truncation are not compatible with Mariabackup
-
- Closed
-
-
MDEV-18613 Optimization for dropping table
-
- Closed
-
-
MDEV-13564 TRUNCATE TABLE and undo tablespace truncation are not compatible with Mariabackup
-
- Closed
-
As I noted in
MDEV-13328, I believe that it is feasible to fix some of this even while keeping the current InnoDB data dictionary.It is possible that some bottleneck related to redo log checkpoint will remain until the crash recovery of TRUNCATE operations has been rewritten to rely on an undo log record. Such a change would necessarily be part of
MDEV-515.