Re: solidDB and Django

2007-01-10 Thread David Cramer
I've actually run out of ways I can optimize the database and I'm looking in the future. Most pages, after they've been cached, are cut down to 1-3 queries, the problem is we're a very dynamic content site so the cache has to be refreshed quite often. On Jan 10, 4:27 pm, Michael Radziej <[EMAIL

Re: solidDB and Django

2007-01-10 Thread Michael Radziej
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

solidDB and Django

2007-01-10 Thread David Cramer
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