Viewing 4 replies - 1 through 4 (of 4 total)
  • @twd OPTIMIZE TABLE reorganizes the physical storage of table data and associated index data, to reduce storage space and improve I/O efficiency when accessing the table. The exact changes made to each table depend on the storage engine used by that table.

    @twd Just to clarify what @bornforphp said, the action “Optimize tables” simply runs the SQL command “OPTIMIZE TABLE” on each table.

    Anonymous User 9824923

    (@anonymized-9824923)

    So, If I’m using WP-Optimize – Clean, Compress, Cache it will do the same thing for tables that the Database Plugin?

    @irinasopas Yes it will optimize the database tables of your site.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘What does “Optimize tables” actually do?’ is closed to new replies.