-
Notifications
You must be signed in to change notification settings - Fork 40
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
Chunk deleting of rows from the activity table #610
Conversation
Need to test this manually as well - WIP |
So it turns out postgres and sqlite all don't like limits in their delete statements. |
167fbed
to
11d97de
Compare
Codecov Report
@@ Coverage Diff @@
## master #610 +/- ##
===========================================
+ Coverage 86.54% 86.6% +0.06%
- Complexity 491 493 +2
===========================================
Files 36 36
Lines 1754 1762 +8
===========================================
+ Hits 1518 1526 +8
Misses 236 236
Continue to review full report at Codecov.
|
11d97de
to
84e6f26
Compare
Hello Tom. |
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.
👍 code looks fine
This will apply on top of v2.3.6 and will appear in the marketplace pending QA |
Ok, hopefully there'll be an update next week of activity app... :-) |
Hi can this please be added to stable10? |
Grab version 2.3.7 from the marketplace - this holds this change |
Fixes for clustered environments, which have a limit on rows and size of data affected by each transaction due to replication concerns.