Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.11.5
-
None
Description
Using the same SQL statements to create tables, insert data and select data on INNODB and MYISAM respectively, the select performance differs by 100%.
They are all simple data operations. Is this performance gap normal?
The create&insert&select SQLs and performance statistics are in the attachment.