I am reading on the chapter "Executing the Query and Accessing
Results" [1]:

[quote]
The datastore returns a maximum of 1000 results in response to a
query, regardless of the limit and offset used to fetch the results.
The 1000 results includes any that are skipped using an offset, so a
query with more than 1000 results using an offset of 100 will return
900 results.
[/quote]

So, if the result set matching the given criteria has more than 1000
results, you'll never be able to access anything over the 1000th row
(even if you are specifying a 1000 offset).


[1] 
http://code.google.com/appengine/docs/datastore/creatinggettinganddeletingdata.html
--~--~---------~--~----~------------~-------~--~----~
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