diff --git a/tidb-configuration-file.md b/tidb-configuration-file.md index 3a3f34f74ed34..200fa8402ad01 100644 --- a/tidb-configuration-file.md +++ b/tidb-configuration-file.md @@ -378,6 +378,11 @@ Configuration items related to performance. - Determines whether to enable `keepalive` in the TCP layer. - Default value: `true` +### `tcp-no-delay` + +- Determines whether to enable TCP_NODELAY at the TCP layer. After it is enabled, TiDB disables the Nagle algorithm in the TCP/IP protocol and allows sending small data packets to reduce network latency. This is suitable for latency-sensitive applications with a small transmission volume of data. +- Default value: `true` + ### `cross-join` - Default value: `true`