You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is, that we have a plugin on the event-store, that automatically persists the event in additional streams (like in https://github.com/prooph/standard-projections/), but doing so on event-store createStream/appendTo, instead of doing so during a projection.
This will drastically improve performance for projections when using AggregateStreamStrategy.
The text was updated successfully, but these errors were encountered:
The idea is, that we have a plugin on the event-store, that automatically persists the event in additional streams (like in https://github.com/prooph/standard-projections/), but doing so on event-store createStream/appendTo, instead of doing so during a projection.
This will drastically improve performance for projections when using AggregateStreamStrategy.
The text was updated successfully, but these errors were encountered: