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
### Modify the RocksDB configuration of TiKV dynamically
278
+
### Modify the TiKV configuration dynamically
279
279
280
-
You can use the `modify-tikv-config`command to dynamically modify the configuration arguments. Currently, it only supports dynamically modifying RocksDB related arguments.
280
+
You can use the `modify-tikv-config`command to dynamically modify the configuration arguments. Currently, the TiKV configuration items that can be dynamically modified and the detailed modification are consistent with modifying configuration using SQL statements. For details, see [Modify TiKV configuration online](/dynamic-config.md#modify-tikv-configuration-online).
281
281
282
-
- `-m` is used to specify the target RocksDB. You can set it to `kvdb` or `raftdb`.
283
-
- `-n` is used to specify the configuration name.
284
-
You can refer to the arguments of `[rocksdb]` and `[raftdb]` (corresponding to `kvdb` and `raftdb`) in the [TiKV configuration template](https://github.com/tikv/tikv/blob/master/etc/config-template.toml#L213-L500).
285
-
You can use `default|write|lock + . + argument name` to specify the configuration of different CFs. For `kvdb`, you can set it to `default`, `write`, or `lock`;for`raftdb`, you can only set it to `default`.
282
+
- `-n` is used to specify the full name of the configuration item. For the list of configuration items that can be modified online, see [Modify TiKV configuration online](/dynamic-config.md#modify-tikv-configuration-online).
286
283
- `-v` is used to specify the configuration value.
0 commit comments