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

**Describe the bug** When i run clickhouse proxy, whithout any usefull trafic (only heatbeat), it seems tcp session is broken prematuraly. The TCP connection is raised as an error on...

**Which feature your question relates to?** User defined params like FINAL or optimize_skip_merged_partitions **Question details** Chproxy removes all the query params from input requests (except the user's [params](https://github.com/Vertamedia/chproxy/raw/master/config#param_groups_config) and listed...

## Description ## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix - [X] Feature - [ ] Code style update (formatting, renaming)...

**Is your feature request related to a problem? Please describe.** The bandwidth traffic of chproxy nodes is too concentrated **Describe the solution you'd like** redirect insert/query to real clickhouse node(support...

When I enabled the `allow_ping` function, I got a failed response from chproxy which informed me that the username and password were missing: ``` bash-5.0# curl "http://10.104.48.234:9090/ping" "10.45.132.200:28677": invalid username...

## Description Changes: 1. Security improvement: the application now runs as a non-root user inside the container, following best practices for containerized environments. This helps reduce the potential impact of...

**Is your feature request related to a problem? Please describe.** Right now, using functions like `now()` would end up cached even though they're different queries over time CH query caching...

If ClickHouse has SSL enabled on ports 8443 and 9440, how should chproxy access it? How should the CA certificate be configured for accessing ClickHouse?

**Which feature your question relates to?** Using chproxy in a NodeJS application to run queries **Question details** I am looking for examples on using chproxy in my nodeJS application. I...

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.6 to 6.3.4. Release notes Sourced from vite's releases. v6.3.4 Please refer to CHANGELOG.md for details. v6.3.3 Please refer to CHANGELOG.md for details. v6.3.2 Please refer to...

dependencies
javascript