David Cramer schrieb: > As we were having issues lately with handling database load, I'm > looking at alternatives for MySQL/Innodb in the future. One thing that > came up was solidDB. I'm curious as to if this would be possible to use > with Django, or if anyone has used this in the past and has experiences > they could tell about. > > http://www.solidtech.com/en/products/relationaldatabasemanagementsoftware/enterprise/overview.asp
I don't know about solidDB, but I doubt that you have a problem with the database engine. From what I read in your posts, you had a lot (hundreds) of database connections during template rendering. Cut this down. Profile your queries, find out what takes too long. Create the right indexes. Etc, etc. Since solidDB seems to be using the mysql drivers, there's a good chance it can work out of the box, but why not contact their sales people? Michael -- noris network AG - Deutschherrnstraße 15-19 - D-90429 Nürnberg - Tel +49-911-9352-0 - Fax +49-911-9352-100 http://www.noris.de - The IT-Outsourcing Company --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---