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?

Status: offline

Laugh

Site Admin
Admin
Registered: 09/27/05
Posts: 1468
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.

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.