[appengine-java] Re: Performance optimization of insert into datastore (cpu_ms/api_cpu_ms showing red)

2009-08-25 Thread Juraj Vitko
Just curious - are the writes cheaper now, or is it still the same? On Aug 25, 8:09 am, sree wrote: > Thanks for your reply. > > My app id is my-sree.appspot.com. I have only 1 index defined on a > date property. > > We get 6.5 hours of cpu time each reset on a daily basis. Do both > cpu_ms and

[appengine-java] Re: Performance optimization of insert into datastore (cpu_ms/api_cpu_ms showing red)

2009-08-24 Thread sree
Thanks for your reply. My app id is my-sree.appspot.com. I have only 1 index defined on a date property. We get 6.5 hours of cpu time each reset on a daily basis. Do both cpu_ms and api_cpu_ms gets counted for this? My app requires a lot of writes and hence I want to optimize for best performanc

[appengine-java] Re: Performance optimization of insert into datastore (cpu_ms/api_cpu_ms showing red)

2009-08-21 Thread Don Schwarz
What is your app id? Do you have a large number of indexes defined for this entity kind? FYI, it's certainly a good idea to optimize for performance, but I wouldn't worry too much about the particular point at which warnings appear in the request logs. These are just guidelines to let you know w