Slashdot Mirror


User: josepsanzcamp

josepsanzcamp's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:MariaDB is more quickly that MySQL: it's true!! on MariaDB vs. MySQL: A Performance Comparison · · Score: 1

    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.

  2. MariaDB is more quickly that MySQL: it's true!!! on MariaDB vs. MySQL: A Performance Comparison · · Score: 5, Interesting

    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.