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 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 google-a...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengi...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
Robert
| user.CreateLoginURL | 674 |
| datastore_v3.RunQuery | 311 |
| memcache.Get | 309 |
| memcache.Set | 150 |
| datastore_v3.Put | 34 |
| datastore_v3.Get | 20 |
| blobstore.CreateUploadURL | 14 |
| datastore_v3.Delete | 8 |
| mail.Send | 3 |