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
mmaprototype: explain why localities don't care about the keys
It's because operators must use matching keys across the cluster,
so only the values can be different.
For example, it's not allowed to have one node with `region=foo` and another
with `fruit=banana`. It must be `region=foo`,`region=banana` and that point the
key no longer plays a role since it always matches.
Epic: CRDB-55052
0 commit comments