chproxy icon indicating copy to clipboard operation
chproxy copied to clipboard

Open-Source ClickHouse http proxy and load balancer

Results 132 chproxy issues
Sort by recently updated
recently updated
newest added

The aim of this feature is to make chproxy work with both http and tcp. There are 2 aspects of this feature: * accepting TCP connections from clients * sending...

**Is your feature request related to a problem? Please describe.** There is an issue with KILL QUERY functionality that may unexpectedly hit ClickHouse max_concurrent_queries_for_all_users limit. Let's say in ClickHouse we...

enhancement

The current master branch (commit f8f3e8336dd4c128a266ee609ec3269543573db2) has a failing test on my laptop & @sigua-cs laptop whereas it was working before `go test ./...` `ok github.com/contentsquare/chproxy 15.089s --- FAIL: TestCacheClean...

testing

**Question: Availability of max_query_size Flag in Chproxy** **Question details** In our use case with ClickHouse, we often encounter the need to pass larger queries. While the max_query_size flag works seamlessly...

## Description https://github.com/ContentSquare/chproxy/issues/431 ## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix - [x] Feature - [ ] Code style update (formatting,...

**Is your feature request related to a problem? Please describe.** [Currently CHProxy restricts most query_parameters including `log_comment`](https://www.chproxy.org/configuration/security/). I need to use `log_comment` query parameter to add additional information to `system.query_log`...

**Describe the bug** We regularly see the following issue: - clickhouse not being as fast as expected due to high load (not nice, things to optimize but these things can...

bug

I use chproxy for SELECT distribution. I have a single-node 'cluster' in chproxy config for this, however, when the designated node is not ok, I would like to pass requests...

We have env where connection to ClickHouse node goes throw NGINX reverse proxy, with custom server_name (virtual host) and acl on that, so CHProxy sends user requests throw that NGINX...

feature request

**Which feature your question relates to?** I would like to inquire about the feature related to the metric proxied_response_duration_seconds, which is described as 'Response duration proxied from ClickHouse'. I believe...