Clickhouse system.parts 使用
查看 table parts 分布情况
1 |
|
Result:
1 | ┌─storage_host────────────────────────────────────┬─partition─┬─name──────────────────────┬─active─┬──────rows─┬─bytes_on_disk─┬───modification_time─┐ |
按host + partition聚合统计
1 | # |
按表统计总store size
1 |
|
用途
监控 table size 变化,计算成本
用于分区清理
1 |
|
- 快速统计表行数
- Title: Clickhouse system.parts 使用
- Author: Ordiy
- Created at : 2025-04-15 18:00:45
- Updated at : 2025-04-23 06:25:19
- Link: https://ordiy.github.io/posts/2025-01-01-clickhouse-show-show-table-parts/
- License: This work is licensed under CC BY 4.0.