Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 gcloud-node 是否可以批量查询(1 个网络调用中的多个查询)?我知道可以批量获取和删除,但是我可以以某种方式对查询做同样的事情吗?
不,Cloud Datastore 不支持查询批处理,因此没有一个客户端库可以做到这一点。
另一种方法是并行发送查询。