Which database is performance oriented, MySQL or MariaDB?

Which database is performance oriented, MySQL or MariaDB?

Which storage engine is best for the next?

  • databases that need to be scalable
  • fast in processing requests
  • have community support.
  • Are there many tutorials or other alternatives?
+3
source share
1 answer

Performance is much more dependent on the database engine selected for MariaDB or MySQL. MariaDB provides support for a faster kernel with caching support called "Aria" compared to the standard MyISAM Engine of MySQL.

Aria MyISAM, Aria .

- . MariaDB TableElimination, , MySQL ( !).

MariaDB Microsoft SQL Server 2005/2008, Oracle 11g.

+5

Source: https://habr.com/ru/post/1772978/


All Articles