-
Notifications
You must be signed in to change notification settings - Fork 752
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
copy tsv.gz 3X faster than csv.gz #14973
Comments
The another weird is: Does this also related to the io prefetching? |
This was referenced Mar 17, 2024
fixed in #15043 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
From @youngsofun information , copy
tsv.gz
performance should same ascsv.gz
.From the profile, tsv.gz bytes scanned 15GB cost 9 minutes but csv.gz scanned 75GB cost 26 minutes
Env
Databend Cloud:
Databend Query v1.2.373-nightly-683a3a22a7(rust-1.77.0-nightly-2024-03-12T08:05:08.707427719Z)
Warehouse Size:
small
How to reproduce
Table:
1. COPY csv.gz
Total time:
2. COPY tsv.gz
Total time
The text was updated successfully, but these errors were encountered: