Update performance_tips.rst

Add note of of MySQLTuner-perl
This commit is contained in:
Jos Poortvliet 2015-01-26 13:12:39 +01:00
parent 92143fd5cc
commit 78e2df6bda

View File

@ -41,3 +41,5 @@ Memcached servers must be specified in the "memcached_servers" array in ownCloud
-----------------------------
MySQL or MariaDB should be preferred because of the `performance limitations of SQLite with highly concurrent applications <http://www.sqlite.org/whentouse.html>`_, like ownCloud.
On large instances you could consider `running MySQLTuner <https://github.com/major/MySQLTuner-perl/>`_ to optimize the database.