summaryrefslogtreecommitdiff
path: root/docs/parquet-querying.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-07 09:47:05 +0300
committerPaul Buetow <paul@buetow.org>2026-05-07 09:47:05 +0300
commited04ccd8e2297458ec97381806a05dea13090f0f (patch)
tree99b707441b6990686bbd2773c177bdc3b8bf3313 /docs/parquet-querying.md
parentac05beabdbaa90597ed0cfcea781d5ab44d123ba (diff)
update docs and ascii banner
Diffstat (limited to 'docs/parquet-querying.md')
-rw-r--r--docs/parquet-querying.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/parquet-querying.md b/docs/parquet-querying.md
index 5372325..4c49baf 100644
--- a/docs/parquet-querying.md
+++ b/docs/parquet-querying.md
@@ -2,7 +2,7 @@
ior can record I/O events to a Parquet file (press `R` in TUI, or use the `-parquet` flag in headless mode). This document explains
how to explore those recordings interactively using `clickhouse local`, which is bundled
-inside the standard `clickhouse/clickhouse-server` Docker image — no server, no persistent
+inside the standard `clickhouse/clickhouse-server` Docker image. No server, no persistent
state, no installation needed beyond Docker.
---