Hi Robert, no, session disabling is the first thing I did to reduce datastore access count. See http://code.google.com/p/rent-map/source/browse/trunk/trunk/src/main/webapp/WEB-INF/appengine-web.xml
Second thing I did was memcache introducing. So I used all standard datastore friendly technics. On Mon, Jan 30, 2012 at 7:33 AM, Robert Kluin <[email protected]>wrote: > Are you using sessions? > > > > > > On Sun, Jan 29, 2012 at 05:37, Andrew Osipenko <[email protected]> wrote: > > Hi Frank, > > > > Have you solved it? > > > > I have nearly the same problem. > > > > I think that appstats do not count some datastore read operations. I > thought > > my application accessed datastore during intialization before appstat > filter > > is being invoked. But I can't find anything bad during my app > > initialization. Do you have any ideas? > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To view this discussion on the web visit > > https://groups.google.com/d/msg/google-appengine/-/Tr6-P0a_XWAJ. > > > > 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. > > -- > 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. > > -- 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.
