Manage Database
Database panel is SweepPress Pro exclusive feature showing the list of all tables in the database. For each table, you will see a lot of very useful information. And, there are several filters on top of the page you can use to narrow down the list of database tables you want to see.

Each table includes following information, and many of these columns can be used to sort the list of tables:
- Table Name
- Source (WordPress, or recognized plugin)
- Status (Database Status)
- Engine (Database Engine)
- Rows
- Total Size
- Free Space
- Index Size
- Auto Increment
- Creation Date and Time
- Update Date and Time
- Collation
For each table, plugin can show one or more actions:
- Repair: visible only if the table status is not
OK - Optimize: visible only if the table has any free space
- Truncate: visible if the Truncate is allowed in the settings
- Drop: visible if the Drop is allowed in the settings
By default, Truncate and Drop are not visible.
To learn more about the way this panel works, check out this article. This includes information about the detection of the source, use of actions and more.