Also the Save code now requests table is constantly growing and now contains more than 50000 lines, making the select requests quite slow.
Turns out the slow requests was not due to the database but rather an implementation flaw while retrieving a save requests page. The fix is short but I realized that code is not covered so more work to do before submitting a diff.
! In #2891 (closed), @anlambert wrote:
Also the Save code now requests table is constantly growing and now contains more than 50000 lines, making the select requests quite slow.
Turns out the slow requests was not due to the database but rather an implementation flaw while retrieving a save requests page. The fix is short but I realized that code is not covered so more work to do before submitting a diff.