@scottalanmiller said in How to tune or optimize MySQL or MariaDB ?:
What kind of extreme resource limits are you under to produce this concern?
the fact that the web is wealthy with documents and variables to speed up mariadb/mysql
things like:
innodb_buffer_pool_size
innodb_log_file_size
innodb_file_per_table
innodb_flush_log_at_trx_commit
query_cache_size
...etc
All this got me thinking what are the defaults of Centos MariaDB installation, and are they enough to handle any load ?
And the VM have 2GB of RAM btw.