Skip to content

Commit

Permalink
docs(benchmarking): add data retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Nov 29, 2024
1 parent c2ff524 commit 4ae113b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/benchmarking/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,14 @@
See [ch-bench][ch-bench] for details.

[ch-bench]: ../../dev/local/ch-bench/README.md

## Data retrieval

```bash
kubectl -n clickhouse port-forward svc/chi-db-cluster-0-0 9000:9000
clickhouse-client
```

```sql
SELECT * FROM faster.logs INTO OUTFILE '/tmp/dump.bin' FORMAT Native;
```

0 comments on commit 4ae113b

Please sign in to comment.