Quick Start
Try the ClickHouse proxy in three steps.
If your app already sends ClickHouse over HTTP, you can test SQL Tamer without changing your query flow: create
auth, add a destination, then swap in the proxy URL.
The ClickHouse guide includes the same flow as one copy-paste quickstart: install, auth, destination creation,
and proxy smoke test.
For apples-to-apples direct benchmarks of very large raw SQL, use the same upstream ClickHouse settings on
both paths. In normal proxy use, customers should not need to tune max_query_size just to send
the original oversized query through SQL Tamer.
Step 1
Run sqltamer auth init once to create preview access and save the API key locally.
Step 2
Create a ClickHouse destination with sqltamer clickhouse add.
Step 3
Send the same ClickHouse HTTP request to the returned proxy URL and compare the result.