mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
fix next button
This commit is contained in:
parent
abe21ab80d
commit
a4cd562914
@ -1,7 +1,8 @@
|
||||
---
|
||||
slug: /en/operations/system-tables/
|
||||
sidebar_position: 52
|
||||
sidebar_label: System Tables
|
||||
sidebar_label: Overview
|
||||
pagination_next: 'en/operations/system-tables/asynchronous_metric_log'
|
||||
---
|
||||
|
||||
# System Tables
|
||||
@ -72,4 +73,3 @@ If procfs is supported and enabled on the system, ClickHouse server collects the
|
||||
- `OSReadBytes`
|
||||
- `OSWriteBytes`
|
||||
|
||||
[Original article](https://clickhouse.com/docs/en/operations/system-tables/) <!--hide-->
|
||||
|
@ -1,10 +1,11 @@
|
||||
---
|
||||
slug: /en/operations/utilities/
|
||||
sidebar_position: 56
|
||||
sidebar_label: Utilities
|
||||
sidebar_label: Overview
|
||||
pagination_next: 'en/operations/utilities/clickhouse-copier'
|
||||
---
|
||||
|
||||
# ClickHouse Utility
|
||||
# ClickHouse Utilities
|
||||
|
||||
- [clickhouse-local](../../operations/utilities/clickhouse-local.md) — Allows running SQL queries on data without starting the ClickHouse server, similar to how `awk` does this.
|
||||
- [clickhouse-copier](../../operations/utilities/clickhouse-copier.md) — Copies (and reshards) data from one cluster to another cluster.
|
||||
|
Loading…
Reference in New Issue
Block a user