Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Block-nested loop #21

Closed
kostja opened this issue Jan 26, 2018 · 2 comments
Closed

Block-nested loop #21

kostja opened this issue Jan 26, 2018 · 2 comments
Labels
archived optimization wontfix This will not be worked on

Comments

@kostja
Copy link

kostja commented Jan 26, 2018

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

@Totktonada
Copy link
Member

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.

@Totktonada Totktonada added wontfix This will not be worked on archived labels Apr 13, 2022
@Totktonada
Copy link
Member

I'm going to archive the repository. I'll proceed as follows:

  • Mark all open pull requests with the archived label and close.
  • Mark all open issues with archived and wontfix labels and close.
  • Archive the repository.

Consider the following projects:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived optimization wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants