I've got a queryset that is ~ a 6 table join of a lot of data that generates 
about 1000 records with about 25 fields each

I've got ~100 terminals hitting this query every 1 minute looking for a subset 
of 25 records

~20 records change every minute

I was thinking about updating the data (queryset) once a minute on a cron job 
and saving that in the django.cache

Then each terminal would access the cache and and get the subset that applies 
to them.

Does that make sense?  Is there a better way?

Fred.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/DCD75728F460F14586086EA606E830820111A510C6%40ACEVXCHMBX1001.ADVENTISTCORP.NET.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to