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
In the trivial case with a single backend, this will always be redundant.
In more complicated configurations, perhaps we should consider a kind of opportunistic anti-entropy like Cassandra does, where we re-store an object in backends with some probability when an object is read, but this should a) be in the read path, and b) be configurable.
The text was updated successfully, but these errors were encountered:
In the trivial case with a single backend, this will always be redundant.
In more complicated configurations, perhaps we should consider a kind of opportunistic anti-entropy like Cassandra does, where we re-store an object in backends with some probability when an object is read, but this should a) be in the read path, and b) be configurable.
The text was updated successfully, but these errors were encountered: