I am trying to figure out why my app is getting over quota. Under
storage is see this (limited to relevant data, stuff not shown is 0):


Datastore Write Operations               21%     0.01 of 0.05 Million Ops       
 Okay
Datastore Read Operations                96%     0.05 of 0.05 Million Ops       
Limited
Datastore API Calls                      2,381   Okay
Datastore Queries                        213     Okay
Data Received from Datastore API                         0.01 GBytes     Okay
Datastore Entity Fetch Ops                       47,914  Okay
Datastore Entity Put Ops                         2,110   Okay
Datastore Index Write Ops                        8,500   Okay
Datastore Query Ops                      214     Okay

Now the only request i am currently running to test what is causing
the read operations to spike, shows this in appstats (per request):

memcache.Delete 6
memcache.Get    6
memcache.Set    5
urlfetch.Fetch  5
taskqueue.BulkAdd       1

None of those operations strike me as a datastore read.

Can someone shed light on this?


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to