Hi nickiv, In general, you can fetch more than 1000 entities for a query by sorting and filtering on a property - you can use the __key__ pseudo-property if you don't need records in a particular order.
As far as constructing reports goes, your best option is probably to use the task queue, calculating a bit of the report and passing the aggregate data to the next task each time. -Nick Johnson On Tue, Sep 29, 2009 at 12:59 PM, nickiv <[email protected]> wrote: > > I have exactly the same problem and unfortunately I did not see any > workaround. We want to use GAE for quantity logging system and we need > to show the result in graphic form. Depending from the request period > we can get up to 10000 entities. Of course all this information can > not be shown in text form and nobody wants to send it to the browser, > but it makes sense to make graphic from all this entities which will > be shown in browser. If some one has idea how to solve this issue, > please help. > > > > -- Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
