On Wed, Sep 23, 2009 at 7:42 AM, elcologaby <[email protected]> wrote: > > Hi, I'm doing some research about Google App Engine, and I would like > to storage information about other applications. I've been reading the > limitacions, and I found out that I can't red more than 1000 records > whit a single query. Is there a way for me to be able to read more > than this amount of records per query (without reading all records, > because I can't analize this in 30 secconds, which is the servlet > timeout)? On the other hand, do you know a way to perform "GROUP BY" > selects?
Best thing might be to just break it up into multiple smaller things separated by tasks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
