mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 21:32:58 +00:00
feat: mysql add prepared_stmt_cache_capacity (#6639)
* feat: your clear and concise commit message Signed-off-by: sunheyi <1061867552@qq.com> * fix error Signed-off-by: sunheyi <1061867552@qq.com> * add param Signed-off-by: sunheyi <1061867552@qq.com> * fix Signed-off-by: sunheyi <1061867552@qq.com> * fix doc error Signed-off-by: sunheyi <1061867552@qq.com> --------- Signed-off-by: sunheyi <1061867552@qq.com>
This commit is contained in:
@@ -90,6 +90,8 @@ runtime_size = 2
|
||||
## Server-side keep-alive time.
|
||||
## Set to 0 (default) to disable.
|
||||
keep_alive = "0s"
|
||||
## Maximum entries in the MySQL prepared statement cache; default is 10,000.
|
||||
prepared_stmt_cache_size = 10000
|
||||
|
||||
# MySQL server TLS options.
|
||||
[mysql.tls]
|
||||
|
||||
Reference in New Issue
Block a user