Query instance comparisons #56
MerrionComputing
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With the event stream backed queries storing the bits that make up the query result it is theoretically possible to compare two runs of a given query and see what underlying components of the result have changed.
For example you could find projections that are added or removed since the last run (i.e. the set fulfilling the equivalent of an SQL WHERE condition has changed) and also the projection sequence number of the projections underlying the query.
Beta Was this translation helpful? Give feedback.
All reactions