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

Improve the efficiency of newIndexAnalyzerForNode by avoiding visiting Filter nodes. #1989

Merged
merged 2 commits into from
Sep 11, 2023

Conversation

nicktobey
Copy link
Contributor

This prevents super-linear runtime in generateIndexScans

…ing Filter nodes: it should never be necessary. This prevents super-linear runtime in `generateIndexScans`
Copy link
Contributor

@max-hoffman max-hoffman left a comment

Choose a reason for hiding this comment

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

lgtm

@nicktobey nicktobey marked this pull request as ready for review September 7, 2023 21:40
@nicktobey nicktobey merged commit 62af398 into main Sep 11, 2023
@nicktobey nicktobey deleted the nicktobey/indexScan branch September 11, 2023 18:43
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.

2 participants