View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
3352 | Composr | stats | public | 2017-11-05 19:50 | 2018-03-25 00:30 |
Reporter | Chris Graham | Assigned To | Chris Graham | ||
Priority | normal | Severity | feature | ||
Status | resolved | Resolution | fixed | ||
Summary | 3352: Change "Stats retention time" option | ||||
Description | Instead of how many days to keep it, change it to how many MB of total data to keep. This is more in line with what people need. Default it to 50MB? https://stackoverflow.com/questions/1733507/how-to-get-size-of-mysql-database Remove from the Setup Wizard. | ||||
Tags | Good for training | ||||
Attach Tags | |||||
Time estimation (hours) | 1 | ||||
Sponsorship open | |||||
related to | 3351 | Resolved | Chris Graham | Installer and Setup Wizard simplification |
|
Resolved, but this is implemented very very differently. Doing it by filesize is going to be unreliable (databases don't clean out garbage always), and database-vendor-specific. Doing it by filesize or number of rows is not what a lot of people will want anyway. Most people probably do want it done by days so they have a certain amount of back-data. DB quota is not an official MySQL feature. So instead I've added a new health check that checks database size. This is MySQL-only. You can configure how big you want to let the database get. |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-11-05 19:50 | Chris Graham | New Issue | |
2017-11-05 19:50 | Chris Graham | Description Updated | |
2017-11-05 19:51 | Chris Graham | Relationship added | related to 3351 |
2017-11-26 15:18 | Chris Graham | Tag Attached: Can implement during live chat | |
2018-03-25 00:30 | Chris Graham | Note Added: 0005620 | |
2018-03-25 00:30 | Chris Graham | Status | Not Assigned => Resolved |
2018-03-25 00:30 | Chris Graham | Resolution | open => fixed |
2018-03-25 00:30 | Chris Graham | Assigned To | => Chris Graham |
2019-06-27 19:42 | Chris Graham | Tag Renamed | Can implement during live chat => Good for training |