From 371d204dd7a132bb913b805475ea7e876d4becd6 Mon Sep 17 00:00:00 2001 From: ramanich1 Date: Mon, 29 Nov 2021 16:24:28 -0800 Subject: [PATCH] config.toml changes to support gbk --- config.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config.toml diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..970e15b --- /dev/null +++ b/config.toml @@ -0,0 +1,22 @@ +port = 4001 +lease = "0" +socket = "" + +# When create table, split a separated region for it. It is recommended to +# turn off this option if there will be a large number of tables created. +split-table = false +new_collations_enabled_on_first_bootstrap = true +[log] +level = "error" + +[status] +status-port = 9081 + +[performance] +stats-lease = "0" + +# experimental section controls the features that are still experimental: their semantics, +# interfaces are subject to change, using these features in the production environment is not recommended. +[experimental] +allow-expression-index = true +enable-new-charset = true