chproxy
chproxy copied to clipboard
Open-Source ClickHouse http proxy and load balancer
Should have no visible impacts
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade sharp from 0.32.6 to 0.33.0. :information_source: Keep your dependencies up-to-date....
**Which feature your question relates to?** concurrent requests **Question details** When two identical requests are sent to the CHproxy, it only executes the first one, while the second one waits...
## Description The aim is to improve the randomly failing test described here https://github.com/ContentSquare/chproxy/issues/341 ## Pull request type Please check the type of change your PR introduces: - [x] Bugfix...
**Which feature your question relates to?** E.g caching with redis, user authentication... **Question details** Can chproxy count the number of connections per IP address and user? After using chproxy, all...
**Which feature your question relates to?** Federation of queries ( read ) **Question details** I am looking at possibility of federating search queries across multiple CH clusters which are in...
**Is your feature request related to a problem? Please describe.** Currently CHProxy severely restricts the query parameters that can be passed to ClickHouse server for "security reasons". This was the...
**Describe the bug** for an unkown reason the test following test TestServe/http_gzipped_POST_request randomly fails when it's run on a github action and never when it's run on a laptop. This...
springboot+druid+clickhouse local table chproxy address url jdbc:clickhouse://182.119.188.36:18123/default?autoReconnect=true&rewriteBatchedStatements=true&socket_timeout=6000000&useLocalSessionState=true&useUnicode=true&characterEncoding=utf-8 Batch write to ck, resulting in data only being written to one ck node. Chproxy configured proxy, two ck nodes wating …
**Is your feature request related to a problem? Please describe.** I want to have metadata in system.query_log to know more about the queries being executed. For that I'm using the...