“Sessions” with Google Cloud Endpoints

后端 未结 3 1464
一生所求
一生所求 2020-12-11 03:06

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

3条回答
  •  自闭症患者
    2020-12-11 04:01

    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.

提交回复
热议问题