Event compaction / snapshotting
hi there
is it possible to somehow prune or compact the eventstore? We've been running our self-hosted instance for a couple of years now and trying to migrate away from CockroachDB using mirror command. The problem is that it takes very long to mirror the projections (45 hours in fact) with
sessions8
taking a bulk of that time. This is mostly garbage data because session TTL is set to 12h anyway and we have no use for "historical" information about sessions or auth requests.
By pruning or compacting the eventstore mirror
can be completed in a reasonable amount of time, which should help with downtime and the like.1 Reply
Anyone? 🙂