-
Notifications
You must be signed in to change notification settings - Fork 5
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
Conversation
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. |
fix #27