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] Speed Up MicroPartition Ops when we know the result is empty #1604

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

samster25
Copy link
Member

@samster25 samster25 commented Nov 14, 2023

Return empty micropartitions when we know the result is going to be empty. This allows us to avoid IO in places where it is not needed

Copy link

codecov bot commented Nov 14, 2023

Codecov Report

Merging #1604 (0c1d22c) into main (a316bde) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1604   +/-   ##
=======================================
  Coverage   84.73%   84.73%           
=======================================
  Files          54       54           
  Lines        5222     5222           
=======================================
  Hits         4425     4425           
  Misses        797      797           

@samster25 samster25 merged commit aadeb69 into main Nov 14, 2023
39 checks passed
@samster25 samster25 deleted the sammy/micropartition-empty-result-io-deferal branch November 14, 2023 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant