I have had some really annoying performance problems with sqlite
concerning multiple joins partially over views.

The query optimizer did not do his job there and switching two joins
brought a performance boost of several orders of magnitude. This is
actually a thing that is hard to do with djangos ORM, since you are
not really writing SQL.

Thus I would recommend a full scale dbms once you have a more complex
ER model.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to