Actions
Bug #29154
opennodelastcompliance table can get *really* big
Bug #29154:
nodelastcompliance table can get *really* big
Status:
Pending release
Priority:
1 (highest)
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
We don't do any maintenance on it, so the table grows out of bound.
A user had 42GB for this table, and a vacuum full brought it back to a reasonable 156MB in 4 seconds
we should do a vacuum full every night, along with all other database maintenance
Updated by Nicolas CHARLES 2 months ago
- Assignee set to Clark ANDRIANASOLO
- Priority changed from To review to 1 (highest)
we could:
- define an autovacuum on the table (like the other tables)
- force a vacuum every night as in ReportsJdbcRepository.scala
- reclaim once the disk space by doing a one-shot vacuum full
Updated by Vincent MEMBRÉ 2 months ago
- Target version changed from 9.0.8 to 9.0.9
Updated by Clark ANDRIANASOLO about 1 month ago
- Status changed from New to In progress
Updated by Clark ANDRIANASOLO about 1 month ago
- Status changed from In progress to Pending technical review
- Assignee changed from Clark ANDRIANASOLO to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder/pull/7369
Updated by Alexis Mousset about 1 month ago
- Target version changed from 9.0.9 to 9.0.10
Updated by Nicolas CHARLES 25 days ago
- Assignee changed from Nicolas CHARLES to François ARMAND
Updated by Clark ANDRIANASOLO 25 days ago
- Assignee changed from François ARMAND to Nicolas CHARLES
Updated by Clark ANDRIANASOLO 18 days ago
- Assignee changed from Nicolas CHARLES to François ARMAND
Updated by Clark ANDRIANASOLO 13 days ago
- Assignee changed from François ARMAND to Nicolas CHARLES
Updated by Clark ANDRIANASOLO 11 days ago
- Subtask #29663 added
Updated by Clark ANDRIANASOLO 10 days ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|03e17b70e6d078aa06fc31234d0e302ef7151589.
Actions