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 performance, avoid redundant seeks by tracking unmatched records during the search process. #13

Merged
merged 4 commits into from
Sep 7, 2024

Conversation

koculu
Copy link
Owner

@koculu koculu commented Sep 7, 2024

Improve search performance

The current search algorithm does not retain a list of unmatched records, leading to repeated seeks for the same record.

To improve performance, avoid redundant seeks by tracking unmatched records during the search process.

@koculu koculu linked an issue Sep 7, 2024 that may be closed by this pull request
@koculu koculu merged commit e973311 into main Sep 7, 2024
1 check passed
@koculu koculu deleted the 12-enhancement-reduce-seek-count-on-search branch September 7, 2024 22:37
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.

[Enhancement] Reduce seek count on search
1 participant