Can we purge older events to free-up space? #944
Unanswered
InfantIvan
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are using eventflow for an integration system. Data retention is just 1 or 2 weeks, but the traffic is high. so we would like to delete the events older than 2 weeks ( those with snapshots). I have 2 questions on that.
Can we delete the older events which already have snapshots? eg. Current version of an aggregate is 12 & snapshot version is 10. can we delete the first 5 events ( based on TTL or datestamp)
Is there any mechanism to prevent deletion of events without snapshot?
Beta Was this translation helpful? Give feedback.
All reactions