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: optimize select merge span profile query read path #2813

Merged
merged 1 commit into from Dec 8, 2023

Conversation

kolesnikovae
Copy link
Collaborator

@kolesnikovae kolesnikovae commented Dec 7, 2023

The change optimizes SelectMergeSpanProfile query read path:

  • Use physical plan, if available;
  • Skip profile filtering, if deduplication is not required.

@kolesnikovae kolesnikovae requested a review from a team as a code owner December 7, 2023 08:24
@kolesnikovae kolesnikovae changed the title perf: optimize select merge span profile read path perf: optimize select merge span profile query read path Dec 7, 2023
Copy link
Contributor

@cyriltovena cyriltovena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kolesnikovae kolesnikovae force-pushed the perf/merge-span-profile-improvements branch from 40d6f24 to dbdbff4 Compare December 7, 2023 09:21
@kolesnikovae kolesnikovae merged commit 6b00f62 into main Dec 8, 2023
19 checks passed
@kolesnikovae kolesnikovae deleted the perf/merge-span-profile-improvements branch December 8, 2023 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants