Projection Queries vs. Regular Queries
问题 Reading the documentation on Cloud Datastore, it's pretty clear that a Get retrieves the entire entity, and that a query is always done against the index. Here's where it gets confusing, because according to the documentation: Projection queries allow you to query Cloud Datastore for just those specific properties of an entity that you actually need, at lower latency and cost than retrieving the entire entity But if all queries are done against an index, a query would never retrieve the