chproxy
chproxy copied to clipboard
Instead of polling each node, there is a complete set of data on each node.
Is it possible to configure that instead of polling each node, each node executes once? For example, I want the dimension table to have a complete set of data at each node.
Hi, I'm not sure your problem is linked to chproxy (but more to clickhouse). To be sure it's not related to chproxy, can you be more precise?
Hello, because our current ClickHouse is multi-sharding, a sharding has 2 copies, and the writing is linked to Chproxy for writing. If I want to implement the dimension table broadcast (all replica nodes have full data), then use the local association when the table is associated. The use of dimension association scenarios has been accelerated and currently does not seem to be supported by CHProxy.