go-workflows icon indicating copy to clipboard operation
go-workflows copied to clipboard

Only store references to events for backends

Open cschleiden opened this issue 2 years ago • 0 comments

SQL backends

Instead of duplicating events in the history and pending_events table, events should be stored in a single events table. history and pending_events should contain only references to the events.

Redis backend

  • Separate payloads into a separate hash?

cschleiden avatar Apr 11 '22 16:04 cschleiden