-
Notifications
You must be signed in to change notification settings - Fork 73
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
Only search archives within the search time range; Add begin and end timestamp to archive metadata. #138
Conversation
@kirkrodrigues / @jackluo923 As discussed yesterday can you please review the PR and let us know if you further see any changes in PR or its okay to be merged ? |
ref : #139 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contributing! I've raised a few concerns, but overall, the idea sounds good.
Co-authored-by: Yadu Mathur <33775233+Yadumathur@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good except for one missed change, and hopefully we can get the archive metadata change in before merging.
…ive metadata in a class; Record segment size after close.
Thanks for your contribution! |
Description
When using MySQL as metadata db, only retrieve archive directories that have logs in the given search time window. This will improve search performance.
Validation performed
Functional tests on Ubuntu bionic.