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
After implementing this proposal(#13660), TiKV and PD support to dynamic configs.
Now we can get PD and TiKV instances' configs from PD according to pd-ctl.
Using pd-ctl is not convenient for our user, so we need to support to show configs by SQL.
After discussing, we decide to support these syntaxes:
Development Task
After implementing this proposal(#13660), TiKV and PD support to dynamic configs.
Now we can get PD and TiKV instances' configs from PD according to
pd-ctl
.Using
pd-ctl
is not convenient for our user, so we need to support to show configs by SQL.After discussing, we decide to support these syntaxes:
For example:
Our parser has already supported this syntax now.(pingcap/parser#768)
Teachability, Documentation, Adoption, Migration Strategy:
#13660
The text was updated successfully, but these errors were encountered: