-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[12.0][FIX] auditlog: Allow passing a chunk size for autovacuum #2335
[12.0][FIX] auditlog: Allow passing a chunk size for autovacuum #2335
Conversation
eff6318
to
bb06915
Compare
runboat build fixed in #2336 |
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. 👍
bb06915
to
d4f8eb3
Compare
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 👍
This PR has the |
LGTM 👍 |
This is now happily ploughing away the backlog of old auditlogs on our production instance. /ocabot merge minor |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at 0200db1. Thanks a lot for contributing to OCA. ❤️ |
this allows administrators to fine tune the amount of records to delete in one run of the autovacuum.
I also think we can get away with not recomputing after deletion, as we delete all relevant records eventually.
I'll be happy to cherry pick this to 13, 14, 15 when merged