Here is says more about it http://code.google.com/appengine/docs/python/datastore/queriesandindexes.html#Query_Cursors
It looks like you can return more than 1000 but in different requests (in the example they are retrieving 1000, then cache the cursor location and, then fecth another 1000). Massimo On Apr 10, 5:14 am, Richard <[email protected]> wrote: > GAE supports accessing beyond 1000 records with the > cursor:http://code.google.com/appengine/docs/python/datastore/gqlqueryclass.... > > Can this somehow be used via the DAL? -- To unsubscribe, reply using "remove me" as the subject.

