sql, config: improve cascade zone config ux #36129
Labels
A-kv-client
Relating to the KV client and the KV interface.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
S-3-ux-surprise
Issue leaves users wondering whether CRDB is behaving properly. Likely to hurt reputation/adoption.
X-stale
@jseldess and I tested out #30611 today.
It's a bit confusing that you cannot distinguish directly between hard coded entries and entries that cascade from their parent. For example, test2.public.t1 doesn't display a value for
num_replicas
. If we consider the #replicas chart, we can count that it is six like it's parent test2. We should show something likenum_replicas=default
ornum_replicas=test2 num_replicas
or in some way show the user what the value is as well as distinguish for the user that it's a cascaded value and not a hard coded entry.The text was updated successfully, but these errors were encountered: