[google-appengine] Re: Data Modeling and Efficiency Question

2009-04-06 Thread codingJoe

Forgot to ask, is there a better or more elegant way to design my app
for that type a feature?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Data Modeling and Efficiency Question

2009-04-06 Thread David Wilson


an ordered fetch via priority will index the data efficiently to fetch
the first 10 without going over the rest of the data. Then place the
result into memcache for subsequent requests, with a daily expiry
time.


On Apr 6, 8:51 pm, codingJoe coding...@gmail.com wrote:
 Forgot to ask, is there a better or more elegant way to design my app
 for that type a feature?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---