diff --git a/media/sqlgram/SHOW_STATS_BUCKETS.png b/media/sqlgram/SHOW_STATS_BUCKETS.png new file mode 100644 index 000000000000..5f1c1aa6458b Binary files /dev/null and b/media/sqlgram/SHOW_STATS_BUCKETS.png differ diff --git a/statistics.md b/statistics.md index 3c546cc178ab..e0bf0bff8cc1 100644 --- a/statistics.md +++ b/statistics.md @@ -265,6 +265,12 @@ SHOW STATS_HISTOGRAMS [ShowLikeOrWhere]; SHOW STATS_BUCKETS [ShowLikeOrWhere]; ``` +语法图: + +**SHOW STATUS_BUCKETS:** + +![SHOW STATS_BUCKETS](/media/sqlgram/SHOW_STATS_BUCKETS.png) + 该语句会输出所有桶的信息,你可以通过 ShowLikeOrWhere 来筛选需要的信息。 目前 `SHOW STATS_BUCKETS` 会输出 10 列,具体如下: