chproxy
chproxy copied to clipboard
Open-Source ClickHouse http proxy and load balancer
For security issues, some companies need that each sql user has their own cache. Indeed, if clickhouse is configured with [ROW policies](https://clickhouse.com/docs/en/sql-reference/statements/create/row-policy/) or other kind of user rights, a user...
Is it possible to insert into multiple clusters? this would be a nice feature. since it could come in handy when migrating to a new cluster
When using custom markdown formatting in page titles, this formatting is propagated to the `og:title` tag. Such formatting should be stripped, so the `og:title` is clean, while still allowing formatting...
Before 23:50, there were 4 nodes in the cluster where 1 node was broken. After 23:50, there are 3 working nodes in a cluster. The graphs show an uneven distribution...
Hi, not entirely certain if the question fits, but here is our setup - a single CHProxy VM in front of our ClickHouse clusters, clients are IDE users running SQL...
I'm sending the request with params like `max_query_size`. I would like to forward it to my replica through proxy. Currently the proxy seems to strip it. Is there a way...
Consider that I have 10 clusters and 2 users: 1 for writing and 1 for reading. I want to be able to dynamically map an incoming request to a specific...
We are setting `format_schema` as a query parameter in our POST request, however when chproxy proxies the request, this parameter is not included and Clickhouse errors with `DB::Exception: The format...
Actually, this might be a bit out of scope for a plain proxy but in some of projects the only reason for a client facing self-written middleware instead of just...