spring-modulith
spring-modulith copied to clipboard
Evaluate automatic purge mechanisms for completed events
trafficstars
- Archive table – instead of marking an event as completed in the "current table" we could write an archive table to contain older, completed events and the original one just get completed events wiped (two options in turn: archive on insert, archive on completion)
- Indexes (on event and publication target identifier)
- Sliding window (based on time, number of completed publications)
+1