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
I hated this about RavenDb years ago, but here we are.
For multi-stream projections, it's just not feasible to run them as Inline if there's any contention between threads. But other folks want to query the results of multi-stream projections with strong consistency.
As a workaround, how about an option to add a "wait for non stale results" waiter in LINQ specifically for multi-stream projections. This would "wait" until the multi-stream projection was seen to be caught up w/ the the high water mark at the initial request, then proceed
The text was updated successfully, but these errors were encountered:
I hated this about RavenDb years ago, but here we are.
For multi-stream projections, it's just not feasible to run them as Inline if there's any contention between threads. But other folks want to query the results of multi-stream projections with strong consistency.
As a workaround, how about an option to add a "wait for non stale results" waiter in LINQ specifically for multi-stream projections. This would "wait" until the multi-stream projection was seen to be caught up w/ the the high water mark at the initial request, then proceed
The text was updated successfully, but these errors were encountered: