8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
慢查询阈值配置并未生效,查看代码发现写入慢查询sql queue之前并未判断sqlSlowTime该配置,只判断了开关,实际开启慢查询日志,将会导致了所有的sql都会写入slowlogs/slow-query.log文件中。
之前的版本(3.22.11.1)是没问题的