03/12/18 11:40pm
Status: offline
OMAL
Forum User
Regular Poster
Registered: 12/06/17
Posts: 107
Upgrading a very old version of Geeklog makes structure of tables change drastically on myisam. Should I run some mysql commands for optimizing the database if it has poor performance after upgrading?
03/13/18 07:25am
Status: offline
Laugh
Site Admin
Admin
Registered: 09/27/05
Posts: 1475
Sure.
Geeklog has some built in optimizations in the Geeklog Database Administration. This includes:
- Converting myisam to innodb
- Optimizing Tables
One of the Geeklog Core Developers.
03/13/18 08:47am
Status: offline
OMAL
Forum User
Regular Poster
Registered: 12/06/17
Posts: 107
Ok.
I tried it at demo site. It seems running just Mysql's OPTIMIZE TABLE Syntax.
Thanks.