On Sun, Oct 5, 2008 at 6:26 PM, hinx <[EMAIL PROTECTED]> wrote:

> I'm using limit (35) and offset.  But the higher the offset goes, the
> more resources the request takes. It's also a direct correlation to
> how much time the request takes.

Using an offset still incurs the cost of loading the skipped entities.
You'll be better off using that datetime property and filtering on
that instead.


Dave.

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