What does Actions -> Optimize do in "Database Storage Usage By Tables"?

What does the following functionality Actions → Optimize do in “Database Storage Usage By Tables”? I searched for documentation but couldn’t find anything online. Anyone familiar with this functionality?
(I am thinking about reducing the database size - not sure if this is the right functionality and don’t wont to screw up my database)

1 Like

Good question?

Could someone elaborate it please?

Looking for reduce the database size.

It simply runs the OPTIMIZE TABLE command of MariaDB.

2 Likes

@mihir-kandoi

Works! Thank you!