-
Database
Find and fix database storage bloat
Identifies the tables eating disk (logs, dead rows, oversized payloads) and reclaims space with cleanup and maintenance.
Free Prompt
What This Does / How This Helps
Ranks your tables by size, finds what's actually eating the disk, and reclaims it, then schedules the maintenance that keeps it from coming back. Storage bloat is a slow tax: bigger backups, slower restores, slower queries over fat tables, and a disk bill that climbs every month. The cause is usually boring: a logs table nobody capped, dead rows the database never reclaimed, or files stored as base64 in a text column. The before-and-after ranking makes the win visible, and the maintenance schedule is the part that keeps next year from looking like this year.
Want to skip doing this by hand?
Fortivibe audits your app for all of the areas these prompts cover (and more).