Skip to content

Commit

Permalink
fix the size description of the statement summary table (pingcap#14973)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored Sep 8, 2023
1 parent e1bc386 commit 3db2111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statement-summary-tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ select * from information_schema.statements_summary_evicted;
2 row in set (0.001 sec)
```

由上可知,对最多 59 种 SQL 发生了 evict,也就是说最少应将 statement summary 的容量增大至 59 条记录。
由上可知,对最多 59 种 SQL 发生了 evict。此时,建议将 `statements_summary` 表的容量至少增大 59 条记录,即至少增大至 3059 条

## 目前的限制

Expand Down

0 comments on commit 3db2111

Please sign in to comment.