> One concern is that centralized processing (that the Overseer does) can
sometimes be more scalable, particularly for lots of concurrent changes to
a single collection.
This is indeed a huge blocker. I'm happy that DSU is not the default and
it will perform very poorly compared to the current ov
Thanks for raising this topic Houston!
With respect to Distributed State Updates (DSU), I think it's a much
cleaner model to understand & debug. It's one thread vs sender & queue &
receiver. It would get tremendously simpler if the code that DSU supports
no longer went through the Overseer (whic