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

Clean Alerts with "delete_all" #7409

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

scruti
Copy link
Collaborator

@scruti scruti commented Jan 14, 2025

The destroy_all call was not adequate for the high volume of data, as instantiates each record in memory.

Delete all executes everything with a single SQL query (what I originally intended and missed).

The destroy_all call was not adequate for the high volume of data, as
instantiates each record in memory.

Delete all executes everything with a single SQL query (what I
originally intended and missed).
@scruti scruti merged commit 73321ff into main Jan 14, 2025
10 checks passed
@scruti scruti deleted the replace-destroy-with-delete-for-alert-run-cleanup-job branch January 14, 2025 13:53
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

Successfully merging this pull request may close these issues.

3 participants