Hi Robert
1-As I indicated, I do use appstats in local development (that´s where I got the timing on the queries). The query rpc(keys_only) is very slow (coudl take 3 seconds). db.get rpcs are very fast. Turning appstat recording on or off makes no significant difference in the overall performance. The data recording for app stats is done via memcache 2-I assume you meant whether I´m doing bounding box queries. Well, I do make bounding box queries when map is dragged (bounding box queries are implemented by issuing an individual query per tile, which is surprisingly fast in production ). In any case, I´m not timing (via appstats) an aggregate of queries but a single query. For a city page, e.g http://www.askaro.com/es/CT/Barcelona just a few vainilla queries are needed to get latest questions, local heros, etc. Now, again, in production things are fast enough. I rely heavily on prefetching of reference properties, etc. -- 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.
