ContentSquare / chproxy

Open-Source ClickHouse http proxy and load balancer
https://www.chproxy.org/
MIT License
1.29k stars 258 forks source link

User custom params/opttions in chproxy without adding to all requests through param_groups_config #451

Open ingvar89 opened 4 months ago

ingvar89 commented 4 months ago

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 and listed here) before proxying them to ClickHouse nodes. This prevents from unsafe overriding of various ClickHouse settings.

I need to use this parametres in my flow, but I can't pass it to all my requests, I need to allowed them to proceed when and where I want

Additional context/motivations I'll be to add all params that user wants to dynamically adding in the user process