You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
After #98 we have breadth-first search executor, which reduces count of network requests (it fetches tuples in blocks), but don't changes execution order, so we need to store the entire data until the end of a request. I filed #236 about that.
Change the built-in graphql execution algorithm (the one which works with "accessors") from simple nested loop to block-nested loop.
https://en.wikipedia.org/wiki/Block_nested_loop
The text was updated successfully, but these errors were encountered: