[MDEV-6241] MariaDB 10.0.11 (32-bit) Too Slow Create XtraDB Table 2.5x than MariaDB 5.5.37 (32-bit) Created: 2014-05-15 Updated: 2014-07-03 Resolved: 2014-07-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.11 |
| Fix Version/s: | 10.0.13 |
| Type: | Bug | Priority: | Major |
| Reporter: | CHIN TAT LIM (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 7 Professional (64-bit) |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
(MariaDB 5.5.37 32-bit)
(MariaDB 10.0.11 32-bit)
|
| Comments |
| Comment by Elena Stepanova [ 2014-05-15 ] | ||||||||||||||||||||||||||||||||
|
Hi, Do you have performance schema enabled in your 10.0 instance? (It is ON by default; you can check it by running SELECT @@performance_schema). Thanks. | ||||||||||||||||||||||||||||||||
| Comment by CHIN TAT LIM (Inactive) [ 2014-05-15 ] | ||||||||||||||||||||||||||||||||
|
Hi, I turn off the performance schema and restart mariaDB 10.0.11 (32-bit).
Setting environment for MariaDB 10.0
| ||||||||||||||||||||||||||||||||
| Comment by Axel Schwenke [ 2014-05-16 ] | ||||||||||||||||||||||||||||||||
|
Reproducible with MariaDB-10.0.10, but not with 10.0.11. MySQL-5.6.17 is also fast. Does not depend on performance_schema, InnoDB/XtraDB or --innodb-file-per-table. The provided SQL script creates 415 tables. Sometimes a single CREATE TABLE statement needs several seconds, but this is not consistent. A "slow" MariaDB sever uses significantly less cpu; in top this shows as 12% vs. 2% (fast vs. slow version). | ||||||||||||||||||||||||||||||||
| Comment by Axel Schwenke [ 2014-05-16 ] | ||||||||||||||||||||||||||||||||
|
might be related | ||||||||||||||||||||||||||||||||
| Comment by Jan Lindström (Inactive) [ 2014-07-03 ] | ||||||||||||||||||||||||||||||||
|
Tested with MariaDB 10.0.13 and win32. I could not reproduce the issue. |