We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently this extension scans an entire Athena table, which is extremely inefficient. 😁
DuckDB can send the table filters to the extension, which is what the postgres scanner does. We should do similar.
The text was updated successfully, but these errors were encountered:
Now that #2 is closed, this is probably the next thing to work on as well as #1
Sorry, something went wrong.
No branches or pull requests
Currently this extension scans an entire Athena table, which is extremely inefficient. 😁
DuckDB can send the table filters to the extension, which is what the postgres scanner does. We should do similar.
The text was updated successfully, but these errors were encountered: