Re: [appengine-java] Re: problem using limits and offsets with App Engine Low Level API

2010-08-31 Thread Ikai L (Google)
Hi Tom, Have you looked into cursors? http://code.google.com/appengine/docs/java/datastore/queriesandindexes.html#Query_Cursors On Sat, Aug 28, 2010 at 9:49 AM, tomkarren wrote: > I read that pagination has an unpublished limit of 2000. Anyone know > it that's still true? Seems to be the cas

[appengine-java] Re: problem using limits and offsets with App Engine Low Level API

2010-08-28 Thread tomkarren
I read that pagination has an unpublished limit of 2000. Anyone know it that's still true? Seems to be the case in my testing.. This breaks my app? Can anyone help? On Aug 25, 10:09 pm, tomkarren wrote: > Hi, > > I'm attempting to iterate through a large number of entities (3000) > using limi