Home:ALL Converter>Projection Queries in GAE/J with performance gain

Projection Queries in GAE/J with performance gain

Ask Time:2015-04-21T22:26:24         Author:lembas

Json Formatter

Here it says

Projection queries allow you to query the Datastore ... at lower latency and cost than retrieving the entire entity.

But here it says

[Using JDO, I guess,] this gives no performance gain

So, do we have to use Datastore's low-level Java API to get the performance gain?

Author:lembas,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/29775085/projection-queries-in-gae-j-with-performance-gain
yy