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

perf: Parallelize IO writes in new streaming engine #20840

Conversation

coastalwhite
Copy link
Collaborator

Blocked on #20805

@github-actions github-actions bot added performance Performance issues or improvements python Related to Python Polars rust Related to Rust Polars labels Jan 22, 2025
@ritchie46
Copy link
Member

Block is merged

Copy link

codecov bot commented Jan 22, 2025

Codecov Report

Attention: Patch coverage is 0% with 39 lines in your changes missing coverage. Please review.

Project coverage is 79.65%. Comparing base (5c261c0) to head (914e34f).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-stream/src/nodes/io_sinks/mod.rs 0.00% 37 Missing ⚠️
crates/polars-stream/src/nodes/io_sinks/csv.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20840      +/-   ##
==========================================
- Coverage   79.65%   79.65%   -0.01%     
==========================================
  Files        1570     1571       +1     
  Lines      223120   223171      +51     
  Branches     2546     2546              
==========================================
+ Hits       177736   177762      +26     
- Misses      44800    44825      +25     
  Partials      584      584              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@coastalwhite
Copy link
Collaborator Author

Closing as this does not seem to be the bottleneck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance issues or improvements python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants