This question is only to confirm that I\'m clear about this concept.
As far as I understand, Google Cloud Endpoints are kind of Google\'s implementa
The datastore is pretty quick especially if you do a key lookup (as apposed to query). if you use NDB then you will have the benefit of auto memache your lookups.