Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only store references to events/payloads for backends #39

Closed
cschleiden opened this issue Apr 11, 2022 · 1 comment · Fixed by #275
Closed

Only store references to events/payloads for backends #39

cschleiden opened this issue Apr 11, 2022 · 1 comment · Fixed by #275

Comments

@cschleiden
Copy link
Owner

cschleiden commented Apr 11, 2022

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 cschleiden changed the title Only store references to events for SQL backends Only store references to events for backends Jun 17, 2022
@cschleiden cschleiden changed the title Only store references to events for backends Only store references to events/payloads for backends Mar 1, 2023
@cschleiden cschleiden self-assigned this Apr 4, 2023
@cschleiden
Copy link
Owner Author

Experimenting in #181

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant