Feature Request: Detect Oversized Tables and Runaway Logs #526
drupaladmin
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Feature Request: Detect Oversized Tables and Runaway Logs
Problem
In shared-hosting environments, some databases accumulate outdated tables or runaway logs that keep growing even though the live application no longer depends on them.
This can create unnecessary database size growth and eventually lead to MySQL memory pressure and server instability.
Today, operators often handle this manually:
Request
Add a feature that helps operators detect oversized or suspicious tables earlier and identify likely cleanup candidates.
Desired behavior
Important scope
This request is about:
It is not about:
User story
As a hosting operator, I want Releem to flag oversized or suspicious tables early, so I can investigate likely cleanup issues before they create database pressure or destabilize the server.
Success criteria
All reactions