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
We noticed that running a projection from all streams was prohibitively slow and we were going to hand-roll our own projections then filter on event type.
After playing around I found that we could use the existing ruby event store projection with a small change:
We noticed that running a projection from all streams was prohibitively slow and we were going to hand-roll our own projections then filter on event type.
After playing around I found that we could use the existing ruby event store projection with a small change:
The
when
methods registering handlers for the projection should tell you exactly which events to pull out.The above isn't ideal because we are overriding methods that aren't part of the public interface. I can submit a PR when I get a chance later.
The text was updated successfully, but these errors were encountered: