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

Add a routine to purge state tombstones #4986

Open
imsdu opened this issue May 17, 2024 · 0 comments
Open

Add a routine to purge state tombstones #4986

imsdu opened this issue May 17, 2024 · 0 comments

Comments

@imsdu
Copy link
Contributor

imsdu commented May 17, 2024

Describe the bug
State tombstones allows for indexing to delete resources from a view if their type changed and did not fit the type restriction on the view anymore.

This table is meant to be purged after the tombstone reaches a given ttl.
The routine responsible for purging the tombstone is missing and needs to be implemented as the table is growing and the indexing query is getting slower where

Expected behavior

  • Tombstones should be purged when they reached the ttl

This should be handled in the same way as how we purge views restart requests for example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant