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.
RethinkDb 是否支持请求管道,将多个请求分组到一个连接中?如果是,是否在较低级别的幕后自动完成?谢谢!
RethinkDB 目前每个连接一次处理的查询不超过一个。
在插入操作的特殊情况下,可以使用批量插入来获得类似的效果。
编辑:这个答案已经过时了。从 RethinkDB 2.0 开始,可以在同一个连接上同时执行多个查询,只要驱动程序支持发出多个查询,而无需等待前一个完成。