Skip to content
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

Introduce scan_statistic* tables and auto synch mechansim #1010

Closed
de-jcup opened this issue Feb 17, 2022 · 1 comment
Closed

Introduce scan_statistic* tables and auto synch mechansim #1010

de-jcup opened this issue Feb 17, 2022 · 1 comment

Comments

@de-jcup
Copy link
Member

de-jcup commented Feb 17, 2022

Situation

While implementing/defining #19 we saw, that we cannot easily delete old scan_report table rows even when the data is no longer necessary.

Reason: We want to have those data still for statistics.

Wanted

  1. Dedicated tables
    to can scan statistics which are automatically created and independent.

Ground design for one of these tables would be scan_report (without result and configuration).
TODO: define exactly which fields shall be inside these tables (+names of tables)

  1. ScanAutoCleanupTriggerService introduced in Automatically remove old scans #19 shall then also delete the old scan_report table rows as well.
    Remark: The database query and it's tests were already implemented in Automatically remove old scans #19, but not called - see existing code for details.

Solution

TBD

@de-jcup
Copy link
Member Author

de-jcup commented Nov 15, 2023

With #2667 the last step is done, the auto cleanup does now work correctly. So closing this issue.

@de-jcup de-jcup closed this as completed Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant