Roundup Tracker - Issues

Message8476

Author rouilj
Recipients rouilj
Date 2026-08-02.21:23:40
Message-id <1785705820.95.0.388991504936.issue2551380@roundup-tracker.org>
In-reply-to
Consider adding "OPTIMIZE TABLE <tablename>" when running migrate on mysql and
 "VACUUM ANALYZE <tablename>" on postgresql.

optimize table is non blocking for innodb backend (which we should be using) for mysql.
Vacuum analyze is non-blocking for postgresql (vacuum full blocks).
History
Date User Action Args
2026-08-02 21:23:40rouiljsetmessageid: <1785705820.95.0.388991504936.issue2551380@roundup-tracker.org>
2026-08-02 21:23:40rouiljsetrecipients: + rouilj
2026-08-02 21:23:40rouiljlinkissue2551380 messages
2026-08-02 21:23:40rouiljcreate