[appengine-java] Re: Understanding the resource limits and costs...

2009-09-17 Thread Erdinc Yilmazel
> > > - the number of properties and approximate size of the entities > They are all deleted now but were simple entities with 4 or 5 properties and none of these properties were bigger than a few characters of Strings.. A can say that each entity was less than 1Kb. > - Do you have any indexes d

[appengine-java] Re: Understanding the resource limits and costs...

2009-09-17 Thread Don Schwarz
Hi Erdinc, Can you provide some details about these entities? Specifically: - the number of properties and approximate size of the entities - Do you have any indexes defined for these entities? - Are you using key-only queries (i.e. are you calling Query.setKeysOnly()) ? Thanks, Don On Thu, Sep

[appengine-java] Re: Understanding the resource limits and costs...

2009-09-17 Thread Ali -
A correction.. 176K ms, so 176 seconds (not 17,6 seconds).. I think because of parallel execution it must have been calculated so. Maybe it is the calculation in a single cpu system. A single cpu machine would have executed in 176 seconds. About being expensive.. I totally agree to you.. aLi 200