The rewriteBatchedStatements Parameter Causes No Queries Using Plan Cache OPS Hits

| username: tidb菜鸟一只 | Original post link

Due to a client bug, when performing batch updates, if you need to configure rewriteBatchedStatements = true and useServerPrepStmts = true, it is recommended to also configure the allowMultiQueries = true parameter to avoid this bug.

It is suggested to modify this parameter accordingly and give it a try.