MariaDB soll laut folgender Page bei temporay tables schneller sein als MySQL.
Da:
Our use of the Aria storage engine enables faster complex queries
(queries which normally use disk-based temporary tables). The
Aria storage engine is used for internal
temporary tables, which should give you a speedup when doing
complex selects. Aria is usually faster for temporary tables when
compared to MyISAM because Aria caches row data in memory and
normally doesn't have to write the temporary rows to disk.
Um dies zu testen wurden folgende Versionen installiert:
- MySQL 5.5.12
- MySQL 5.1.57
- MariaDB 5.2.6
- MariaDB 5.1.55
Es wurden zwei Tabellen mit jeweils 10000 Rows erstellt: