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