James Gilliam
unread,Sep 13, 2011, 10:44:45 AM9/13/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
I frequently have way more writes (billing history) than reads on the
datastore and this seems very strange to me.
Typically, .3 million writes (300,000) and .06 million reads (60,000).
And I don't think I am writing to the datastore nearly the amount I am
reading from it -- I would think they would be the other way around.
This is like I read an entity and then write it 5 times. Am I being
charged for writing a record to multiple datacenters? Gives an
entirely new meaning to high replication.
What am I missing?
Plus, it would be great if we had more insights into these I/O
operations -- are they to service indexes?
Thanks