diff docs/usage/performance.rst @ 5060:778f7ae3b6eb

docs: add a reference to https://github.com/shazow/sqlalchemygrate for migration from sqlite to other dbs
author Anatoly Bubenkov <bubenkoff@gmail.com>
date Wed, 22 Apr 2015 14:57:12 +0000
parents 4e6dfdb3fa01
children 4610a39d3be9
line wrap: on
line diff
--- a/docs/usage/performance.rst	Wed Apr 22 11:44:05 2015 -0700
+++ b/docs/usage/performance.rst	Wed Apr 22 14:57:12 2015 +0000
@@ -39,7 +39,8 @@
     sqlite is a good option when having a small load on the system. But due to
     locking issues with sqlite, it is not recommended to use it for larger
     deployments. Switching to mysql or postgres will result in an immediate
-    performance increase.
+    performance increase. A tool like SQLAlchemyGrate_ can be used for
+    migrating to another database platform.
 
 3. Scale Kallithea horizontally
 
@@ -61,3 +62,5 @@
     - Load balance using round robin or IP hash, recommended is writing LB rules
       that will separate regular user traffic from automated processes like CI
       servers or build bots.
+
+.. _SQLAlchemyGrate: https://github.com/shazow/sqlalchemygrate