Manage cookies that are used for advertising, such as ad personalization, remarketing, and ad effectiveness analysis.
2.6.1.1.8. Optimize database tables
During optimization, the size of the database may temporarily increase.
Optimization is an attempt to reorganize the physical space used by database tables and indexes. It can help to reduce the used space and slightly improve performance. The standard OPTIMIZE TABLE command is used for optimization (see official MySQL documentation).
- Open the "Databases" section.
- In the database menu, click "Optimize tables":

- Confirm the operation with the button in the window.
- Wait for the operation to complete (usually 5-10 minutes).
(1)