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.