My interpretation of the example is that a Query always uses 1 Read Operation. It also uses X Read Operations (or X Small Operations for a keys_only query) where X is the number of entities matching the query. Conversely, GETing entities by key does NOT incur the 1 Query Read Operation but does charge you for every key fetched even if the corresponding entity does not exist.
--Steve -- 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/-/P874tDaKvGUJ. 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.
