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 は、1 つの接続で複数のリクエストをグループ化するリクエスト パイプラインをサポートしていますか? はいの場合、下位レベルの舞台裏で自動的に行われますか? ありがとう!
RethinkDB は現在、接続ごとに一度に複数のクエリを処理することはありません。
挿入操作の特殊なケースでは、バッチ挿入を使用して同様の効果を得ることができます。
編集:この回答は古くなっています。RethinkDB 2.0 以降、ドライバーが前のクエリの終了を待たずに複数のクエリの発行をサポートしている限り、複数のクエリを同じ接続で同時に実行できます。