"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:

> For what it's worth, I have found some things, most notably that I was
> - for whatever reason - cycling through every post for every topic
> when I built the topic list. That might be slowing things down a bit.

Such things are the reason for bad performance in many
applications. Selections should be performed inside the
database. That's one thing that databases are for.

That means you should have a topic table or an attribute in your model
and use filters then.

Regards, Frank

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