Quoted from FAQ:

There are 3 categories of Datastore operations:
Write operations (Entity Put, Entity Delete, Index Write) Each of
these operations will cost $0.10 per 100k operations.
Read operations (Query, Entity Fetch) Each of these operations will
cost $0.07 per 100k operations.
Small operations (Key Fetch, Id Allocation) Each of these operations
will cost $0.01 per 100k operations.

So where from there exactly do you deduce that a data-store operation
= 1 entity? in a query. It states that a "Query" is one operation. It
also suggests that fetching one entity is one operation. It does not
however specify that 1 entity will cost a data operation as part of a
result of a query.

.. also, if a Query cost 1 op, and returned 2 results. What is the
cost of this? 3 or 2, or what?

On Sep 9, 8:19 pm, Simon Knott <[email protected]> wrote:
> Under the section "Which datastore operations incur charges? "

-- 
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.

Reply via email to