标签: database firebase google-cloud-datastore google-cloud-platform google-cloud-firestore
在数据存储上使用仅键查询,然后从memcache中获取实体是一种便宜的机制,可以同时读取大量实体。例如,可以对1000个密钥进行仅密钥查询,这些密钥可用于从memcahce中获取实体,而不必执行许多(如果有的话)数据存储区读取。
Cloud Firestore是否会提供这样的内容?
答案 0 :(得分:5)
Cloud Firestore不支持此功能。这是正在考虑的事情,但我们没有时间表可以分享。