From 78e2df6bda7001541121b1db81267503fbcbb393 Mon Sep 17 00:00:00 2001 From: Jos Poortvliet Date: Mon, 26 Jan 2015 13:12:39 +0100 Subject: [PATCH] Update performance_tips.rst Add note of of MySQLTuner-perl --- admin_manual/configuration/performance_tips.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin_manual/configuration/performance_tips.rst b/admin_manual/configuration/performance_tips.rst index 5f70c35eb..031d39656 100644 --- a/admin_manual/configuration/performance_tips.rst +++ b/admin_manual/configuration/performance_tips.rst @@ -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 `_, like ownCloud. + +On large instances you could consider `running MySQLTuner `_ to optimize the database.