Message8476
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). |
|
| Date |
User |
Action |
Args |
| 2026-08-02 21:23:40 | rouilj | set | messageid: <1785705820.95.0.388991504936.issue2551380@roundup-tracker.org> |
| 2026-08-02 21:23:40 | rouilj | set | recipients:
+ rouilj |
| 2026-08-02 21:23:40 | rouilj | link | issue2551380 messages |
| 2026-08-02 21:23:40 | rouilj | create | |
|