Commit 2a4de7e
committed
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-550521 parent d00e9c3 commit 2a4de7e
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1922 | 1922 | | |
1923 | 1923 | | |
1924 | 1924 | | |
| 1925 | + | |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
| 1929 | + | |
| 1930 | + | |
| 1931 | + | |
| 1932 | + | |
1925 | 1933 | | |
1926 | 1934 | | |
1927 | 1935 | | |
| |||
0 commit comments