Connection pooling to MariaDB SQL database

2020-03-02 Thread Simen Russnes
Good morning list What are the best strategies for implementing connection pooling for connections to a MariaDB SQL database? Are there built in capabilities in Django at the moment, or do I have to install something like https://pypi.org/project/django-db-connection-pool/ ? Simen -- You receiv

Django server is slow after moving database to remote VM

2020-02-10 Thread Simen Russnes
Ever since I separated my server running the Django code (2.2.9), and my MariaDB server (10.3), there has been a significant lag increase in my application. I've tried to limit the number of explicit requests to the server as the round trip of opening and closing a connection now is obviously goin

Re: Django server is slow after moving database to remote VM

2020-02-11 Thread Simen Russnes
hosting company? On Mon, Feb 10, 2020 at 8:38 AM Simen Russnes mailto:si...@bio-me.com>> wrote: Ever since I separated my server running the Django code (2.2.9), and my MariaDB server (10.3), there has been a significant lag increase in my application. I've tried to limit the number o