You'll need to provide more specifics. How many entities did you add? How many indexes do you have on each entity. Remember, each indexed property requires two indexes, an ascending and descending index. This index creation could eat a lot of your CPU. Do you have composite indexes? And if so, how many? How did you write the entities. Perhaps, showing us your code. IMO, there seems to be a lot of very vague questions being asked in this group and expecting useful answers.
On Sun, Jul 3, 2011 at 10:46 AM, Edwin van de Koppel <[email protected]> wrote: > It's really a better idea to follow Cyrille Vincey's advice. Using the > bulk loader it is so much easier to upload data. Here is the blog post > that Cyrille meant: > http://ikaisays.com/2010/06/10/using-the-bulkloader-with-java-app-engine/ > > If you are looking for something faster than JDO for querying, have a > look at Slim3, a framework for the App Engine datastore. I found it to > be much quicker than JDO: > http://sites.google.com/site/slim3appengine/ > > But still, it is a good idea to use Map Reduce. > > On 24 jun, 06:50, finder-auto_admin <[email protected]> wrote: >> What I did is that I divided my csv file into 10 little files and I load >> them one after the other. >> >> It took 10s to get to the 100%CPU quota... The size of the csv file is >> 3,6Mo. Is that normal? Because of that I'm reconsidering the usage of GAE :/ > > -- > 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. > > -- 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.
