You can get more than 1K entities as long as you iterate over them. You just can't fetch more than 1K entities in a single batch (e.g. via PreparedQuery.asList()).
On Mon, Dec 28, 2009 at 3:54 AM, Stas Chizhov <[email protected]> wrote: > Hi, > > I'm able to get much more than just 1K entities in one query (I was > observing up to 8K rows). > AFAIK there query result set is supposed to be limited by 1K entities. > So I'm a bit confused - was this limit relaxed recently or am I > getting something wrong? > > Thank you, > Stas. > > -- > > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
