-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Spike] Implement a solution to clean database from bloat data #2189
Comments
/sig devops |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
/label triage/needs-information |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
/remove-lifecycle rotten |
Rotten issues close after 30d of inactivity. /close |
@sesheta: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Rotten issues close after 30d of inactivity. /close |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
@sesheta: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Rotten issues close after 30d of inactivity. /close |
@sesheta: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@KPostOffice: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/sig stack-guidance Reviewed in sig-sg meeting 20220627 - turning this into a spike to determine what "bloated db" means exactly, and what can be done about it |
/triage accepted |
Could the bloated data refer to this : https://github.com/thoth-station/storages/blob/master/thoth/storages/graph/postgres.py#L6842-L7171 ? This seems to be about postgres db internal machinery (AFAICT it's only used by metrics-exporter https://github.com/search?q=org%3Athoth-station+bloat_data&type=code and it should not be part of storages, rather in a sql-query metrics exporter or something like that) |
Talking about this in sig-sg 20230130 we believe this is purely related to the database itself (postgres), so putting this back to devsecops |
As Database Performance Engineer,
I want to vacuum the database when bloat data are identified.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: