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: Ensure count query select minimal columns #20923

Merged
merged 4 commits into from
Jan 27, 2025
Merged

perf: Ensure count query select minimal columns #20923

merged 4 commits into from
Jan 27, 2025

Conversation

ritchie46
Copy link
Member

closes #20902

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

The uncompressed lib size after this PR is 38.1636 MB.

Copy link

codecov bot commented Jan 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.76%. Comparing base (b5494bc) to head (ed913d3).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20923   +/-   ##
=======================================
  Coverage   79.76%   79.76%           
=======================================
  Files        1569     1569           
  Lines      222746   222730   -16     
  Branches     2574     2574           
=======================================
+ Hits       177667   177670    +3     
+ Misses      44488    44469   -19     
  Partials      591      591           

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

@ritchie46 ritchie46 merged commit 72f4f22 into main Jan 27, 2025
27 checks passed
@ritchie46 ritchie46 deleted the projection branch January 27, 2025 05:16
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.

Polars count(*) + filter projects too many columns.
1 participant