Want to subscribe to topics you're interested in?
Become a Member

Is MariaDB the best solution for huge databases?

Discussion in 'MariaDB & General MySQL news & discussions' started by pamamolf, Jan 30, 2016.

  1. pamamolf

    pamamolf Premium Member Premium Member

    4,086
    428
    83
    May 31, 2014
    Ratings:
    +834
    Local Time:
    8:52 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Hi


    Is MariaDB the best solution for huge databases or is there any other software that can perform better with huge data like 500GB database for example?

    Thanks :)
     
  2. pamamolf

    pamamolf Premium Member Premium Member

    4,086
    428
    83
    May 31, 2014
    Ratings:
    +834
    Local Time:
    8:52 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    What about MongoDB or Hadoop?
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,892
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    4:52 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    It's not just the database software used but how you use it, configure it and optimise it.

    MariaDB 10.1, Percona 5.6/5.7 and Oracle MySQL 5.7 all have the potential to handle large databases extremely well. It all depends on how you configure it and what hardware you pair it up with that matters. Just using MariaDB 10.1, Percona 5.6/5.7 or Oracle MySQL 5.7 won't magically improve your performance without knowing how to properly optimise and tune your database configurations (assuming you've already had the database queries are optimised too).

    Private paying clients I have worked with large databases, had anywhere from 50-400% improved performance just from me optimising and tuning their MySQL settings and that's on either MariaDB, Percona or Oracle MySQL servers :)

    For instance for the average size server that is derived from Centmin Mod Survey 2016 survey, I would say most folks won't notice much difference if they were using MariaDB 5.5 or 10.0 or 10.1 with out of box default pre-optimised base default settings.
     
  4. rdan

    rdan Well-Known Member

    5,447
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    2:52 PM
    Mainline
    10.2
    Be sure to use fast SSD setup server.
    MYSQL/MariaDB relies mostly on CPU and SSD :).

    and your fine using default centminmod config.
    I even lower the innodb buffer pool and increase SSD in/out config always.