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

pipeline & commands #35

Merged
merged 12 commits into from
Jan 31, 2021
Merged

pipeline & commands #35

merged 12 commits into from
Jan 31, 2021

Conversation

DavidBadura
Copy link
Member

fix #27

@DavidBadura
Copy link
Member Author

the first idea. i have no idea how it should work with multitable. so that the projection can be rebuilt, we need the events in the correct order.

with multitable i just have to load all events from all tables and merge/sort them via php. which can eat up a lot of memory. you can also combine tables on the database side with union, but dbal does not support this directly. you would have to write native sql statements.

@DavidBadura DavidBadura changed the title projection pipeline projection pipeline & commands Jan 29, 2021
@DavidBadura DavidBadura changed the title projection pipeline & commands pipeline & commands Jan 30, 2021
@DavidBadura DavidBadura marked this pull request as ready for review January 31, 2021 14:50
@DanielBadura DanielBadura merged commit c29c8a3 into master Jan 31, 2021
@DanielBadura DanielBadura deleted the projection-pipeline branch January 31, 2021 15:11
@DanielBadura DanielBadura added this to the 1.0.0 milestone Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

research/concept: how to rebuild projections
2 participants