it's actually going to be thousands of sql queries for each user.
would doing it all in one object lock out all of the users for the
entire time the "magic" is being done (until it is updated)?

[EMAIL PROTECTED] wrote:
> Do you really need to perform  hundreds of SQL queries? Wouldn't it be
> a lot easier to load all of the data you need into an object, perform
> your magic on it and then write it all back to the database?


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

Reply via email to