Re: SQL Server performance problem

2015-01-28 Thread chj
Avoid using ODBC. It's horribly slow. While I have no experience with MSSQL, you may have a look at django-mssql: https://django-mssql.readthedocs.org/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop rec

Reduce start up time for manage.py

2015-01-28 Thread chj
Hi, I'm having a quite large Django project with dozens of apps and many reusable third-party libraries. All the custom management commands (being used with manage.py ) take a long time to be executed, since the start up sequence takes between 3 and 5 seconds. Using the cProfile module I was a