Changeset - 778f7ae3b6eb
[Not reviewed]
default
0 1 0
Anatoly Bubenkov - 11 years ago 2015-04-22 16:57:12
bubenkoff@gmail.com
docs: add a reference to https://github.com/shazow/sqlalchemygrate for migration from sqlite to other dbs
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/usage/performance.rst
Show inline comments
 
@@ -39,7 +39,8 @@ Follow these few steps to improve perfor
 
    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 @@ Follow these few steps to improve perfor
 
    - 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
0 comments (0 inline, 0 general)