diff --git a/tidb-configuration-file.md b/tidb-configuration-file.md index 6cc5497d173c5..d25a38005fbd0 100644 --- a/tidb-configuration-file.md +++ b/tidb-configuration-file.md @@ -33,8 +33,8 @@ The TiDB configuration file supports more options than command-line parameters. ### `tmp-storage-path` + Specifies the temporary storage path for some operators when a single SQL statement exceeds the memory quota specified by `mem-quota-query`. -+ Default value: `/tidb/tmp-storage` -+ It only takes effect when `oom-use-tmp-storage` is `true`. ++ Default value: `/_tidb/MC4wLjAuMDo0MDAwLzAuMC4wLjA6MTAwODA=/tmp-storage`. `MC4wLjAuMDo0MDAwLzAuMC4wLjA6MTAwODA=` is the `Base64` encoding result of `:/:`. ++ This configuration takes effect only when `oom-use-tmp-storage` is `true`. ### `tmp-storage-quota`