fix next button

This commit is contained in:
DanRoscigno 2022-11-08 10:12:29 -05:00
parent abe21ab80d
commit a4cd562914
2 changed files with 5 additions and 4 deletions

View File

@ -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-->

View File

@ -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.