Clean up event store #187
Unanswered
VolodymyrKhvorostiankin
asked this question in
Q&A
Replies: 1 comment
-
|
any ideas on this? Currently size of event store is growing and that is already expensive to maintain it. |
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.
-
Hey, community of Streak framework!
Im using it in my project and see that event store is growing, due to specific of my project, I know that there are records which will never be replayed or aggregate will not be build from them, for example for blocked users. That is just dead records in DB.
Is there any way how I can remove records from event store safely?
Beta Was this translation helpful? Give feedback.
All reactions