Yes.
--
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/-/FLFbvLe795cJ.
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.
Oh, I should probably explain why.
What is the cost of doing a Google Search for the nonsensical pattern “Brandonsawesomesaucequery” ?
What is the cost of doing a Google search for “Brandon”
In either case you do a read to see if the thing exists. And you still have to check against all the patterns to see if you have a match.
So the query is the same “cost”
Return Each row is a separate cost.
--
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/-/jYkQSgzJzeEJ.
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.
A query will always cost you at least one datastore read.
This page shows how various high-level operations translate into the quota used:
http://code.google.com/appengine/docs/billing.html#Billable_Resource_Unit_Cost
Cheers,
Brian
> --
> 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/-/FLFbvLe795cJ.