-
Notifications
You must be signed in to change notification settings - Fork 16
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
delta_scan
is much slower than deltalake
from delta-rs
#141
Comments
I can't figure out how to compare with With
I then tried the same thing with read_parquet, so it would seem that is the culprit With
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a delta table on a Cloudflare R2 bucket (similar to S3), and it takes significantly more time to do basic queries through
delta_scan
than doing the initial reference withdeltalake.DeltaTable
. I've tried using both ther2
and thes3
httpfs in DuckDB, however there's no difference.The layout of the table is:
However, I have also tried with much simpler test tables with few rows and simple columns.
The text was updated successfully, but these errors were encountered: