Hi, I guess a work around is using cursors, I guess thats why in the GAE performance track on Google I/O they say "never use offset, use cursor instead"
Cheers On Mon, Oct 8, 2012 at 3:07 PM, James Gilliam <[email protected]> wrote: > I discovered that GAE charges you for skipping entities in Datastore with > OFFSET. So, if you want to retrieve 1 record at offset 10, you pay for > reading 11. > > This makes OFFSET expensive and WORTHLESS ... > > Offset should never be mentioned in the documentation without a footnote > that says you can't afford to use it. > > Kinda pissed about this. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/JJAn3Ju-rD4J. > To post to this group, send email to [email protected]. > 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. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. 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.
