-
Notifications
You must be signed in to change notification settings - Fork 80
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
Parquet: Explore ways to accelerate table writing #946
Comments
Potential optimization idea (found during #4334): |
Some more optimization opportunities:
|
The first and third suggestion above didn't show much improvement. More details can be found on this doc. |
Currently, there's nothing at all parallel about our Parquet table writing, barring using multiple tables/files. We should investigate options here if it becomes a performance bottleneck for users.
The text was updated successfully, but these errors were encountered: