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

Allow return schema specification to avoid LIMIT 1 query #482

Open
mcrumiller opened this issue Apr 5, 2023 · 1 comment
Open

Allow return schema specification to avoid LIMIT 1 query #482

mcrumiller opened this issue Apr 5, 2023 · 1 comment

Comments

@mcrumiller
Copy link

Calling LIMIT 1 on any queries that involve complex joins along with sorts can take a very long time. If the output schema is known in advance, this call could be avoided, so having some mechanism to do so would be extremely useful.

@alexander-beedie
Copy link
Contributor

alexander-beedie commented Apr 9, 2023

Ref: #182 (similar/duplicate :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants