Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency graph #3

Open
GrandChaman opened this issue May 3, 2021 · 0 comments
Open

Dependency graph #3

GrandChaman opened this issue May 3, 2021 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@GrandChaman
Copy link
Member

To prevent the creation of many duplicate intermediates tables when linking deep nested relationships, we should use a dependency graph.

For instance, if you were to link public__articles.comments.author and public__articles.comments, the table public__articles and public__comments would appear multiple time in the query. They could only appear once, reducing the query complexity

@GrandChaman GrandChaman added enhancement New feature or request help wanted Extra attention is needed labels May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant