Hello.
On 09/09/2021 12.42, Elipsion wrote:
is it possible to issue multiple recursive queries and
await all of the
results?
No, unfortunately the "resolving engine" currently does not support this
kind of concurrency. For one client request, only the last unfinished
sub-request is active and can issue queries to upstream. After it
finishes, the previous one can continue, but they can't query in
parallel. (Different requests from clients are processed in parallel,
of course.)
The capability certainly is on a long-term wishlist, but I don't expect
it anytime soon.
--Vladimir