It's possible to achieve the same result by maintaining a general
index of all the items of the same class. The index would be a list,
which could be massive and takes times to be loaded but if memcached,
would not be that impressive to use. Using a list would enable you: 1)
to sort items by a specific property, 2) to create slices that would
be returned as pages to the user.

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to