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
Currently, we force the fully_consistent strategy, which is likely going to cause performance issues.
We can not simply switch to the "At Least As Fresh" strategy, as we make changes to spice in a projection, which is (in general) executed after the relevant request was already closed.
The text was updated successfully, but these errors were encountered:
Describe the chore
Currently, we force the fully_consistent strategy, which is likely going to cause performance issues.
We can not simply switch to the "At Least As Fresh" strategy, as we make changes to spice in a projection, which is (in general) executed after the relevant request was already closed.
The text was updated successfully, but these errors were encountered: