-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Make VReplication relay log size & rows configurable. #6992
Conversation
* Make default relay log size signficantly larger, 30k -> 250k. Improves performance tables with larger rows significantly. * Fix bug where we were fetching MaxSize instead of MaxItems number of rows from VReplication source. Signed-off-by: Jacques Grove <aquarapid@gmail.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.
👍 30k
is clearly exceedingly small.
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.
lgtm, but tests need to pass ...
Looks like the failing tests are due to the flakiness around that time when artifact repos were not available and a rerun should fix it
Signed-off-by: Jacques Grove <aquarapid@gmail.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.
lgtm
30k -> 250k. Improves performance tables with
larger rows significantly.
MaxItems number of rows from VReplication source.
Signed-off-by: Jacques Grove aquarapid@gmail.com