Cloud Firestore相当于AppEngine/Datastore Memcache和Keys-only查询?

clo*_*ith 3 database firebase google-cloud-datastore google-cloud-platform google-cloud-firestore

在数据存储区上使用仅密钥查询,然后从memcache中获取实体是一种便宜的机制,可以同时读取大量实体.例如,可以对1000个密钥进行仅密钥查询,这可以用于从memcahce获取实体,而不必执行许多(如果有的话)数据存储区读取.

云端Firestore是否会提供此类内容?

Dan*_*ath 6

Cloud Firestore不支持此功能.这是正在考虑的事情,但我们没有时间表可以分享.

  • Upvoted表示我支持Firestore上的仅键查询.;-) (3认同)