Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:MariaDB is more quickly that MySQL: it's true!! (Score 1) 112

Are you refering to my comment about that it's true that MariaDB is more quickly that MySQL??? if true, continue reading, please:

For my tests, I used the same computer and the same DB files. The procedure was install and uninstall MariaDB and MySQL to have a comparable system. You can check the complexity of the queries and the database schema if you download the source code of my application (search directly the XML files that contain all db schema and queries used by the application). If you want more information about the queries, I can send you a database and a report with the queries, the benchmarks of the MariaDB and the benchmarks of the MySQL. I collected this information when I contacted with Monty to explain my results of the test and congratulate by their improvements.

Josep.

Comment MariaDB is more quickly that MySQL: it's true!!! (Score 5, Interesting) 112

I have done some tests some months ago, and I checked that MariaDB solves some problems that MySQL has. The performance is similar using simple queries, but when you write complex queries with subqueries, lots of joins and more, then MariaDB demonstrates the power of their code. I posted an entry in my wiki of the SaltOS project explaining how MariaDB helped to my project:
- http://www.saltos.net/portal/en/wiki/75/why-use-mariadb-instead-of-mysql.htm

Josep Sanz.
The SaltOS project.

Slashdot Top Deals

The computer is to the information industry roughly what the central power station is to the electrical industry. -- Peter Drucker

Working...