Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
10.11.5, 11.3.0
-
None
-
MacOS 13.6, m1 Macbook Pro. Homebrew binaries
Description
Under MacOS, MariaDB appears to be an order of magnitude slower than either linux or mysql8 when executing DDL statements. Executing the attached script (simply creating/dropping a table repeatedly) gives the following results:
- macOS, mysql8: ~500ms
- linux/docker, maria: similiar, ~500ms
- macOS, MariaDB 11.2: about 5 seconds
- macOS, MariaDB 10.11: about 5 seconds
this makes running unit tests that do a lot of tight-loop DDL more or less unusable under mac/maria. Thanks for your time, LMK if you need any more info.
Attachments
Issue Links
- relates to
-
MDEV-34185 macOS Build & Test
- Open
-
MDEV-24105 restore innodb osx F_FULLFSYNC to full glory (innodb)
- Open