On Sun, Oct 11, 2009 at 2:06 PM, (jpgerek) wrote: > Does anyone have a solution or workaround apart from working with a > reduced data set ?
There's nothing to do with the current implementation which is indeed very simple and can't handle large data sets (everything is loaded into memory and there's no indexing at all, afaik). The alternative would be to set an environment with a real database. I'm afraid however that the current options are at a very early stage of development. One recently announced was TyphoonAE, which uses mongoDB for the database backend: http://code.google.com/p/typhoonae/ I never tested it myself, though. -- rodrigo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
