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

SQL translation should not require querying the database #1242

Open
davinov opened this issue Jan 7, 2022 · 0 comments
Open

SQL translation should not require querying the database #1242

davinov opened this issue Jan 7, 2022 · 0 comments
Labels

Comments

@davinov
Copy link
Member

davinov commented Jan 7, 2022

An SQL translation today is quite costly as it need to make some intermediate requests, mainly to get column names to be added to the select clause.
We could remove this need by guessing which columns will be available after each step. the the translation will be completly done locally, and that would be way cheaper.

@davinov davinov added the sql label Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant