My God~ I already had more than 2Million data in the datastore... BTW, if I want to show the total number of a query with filter, how to get the total row number?
On Thu, Sep 17, 2009 at 7:17 PM, David Symonds <[email protected]> wrote: > > On Wed, Sep 16, 2009 at 10:19 PM, Blake HAN <[email protected]> wrote: > > > I try to get the total row number of a table which has more than > > 1,000,000 data. I got error message "query is too large. may not have > > more than 100 filters + sort orders + ancestor total". Anyone can help > > on that? > > Don't do that. Increment a counter as you insert those entities instead. > > > Dave. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en -~----------~----~----~----~------~----~------~--~---
