chproxy icon indicating copy to clipboard operation
chproxy copied to clipboard

Instead of polling each node, there is a complete set of data on each node.

Open sszc opened this issue 3 years ago • 2 comments

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.

sszc avatar Sep 12 '22 10:09 sszc

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?

mga-chka avatar Sep 12 '22 13:09 mga-chka

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.

sszc avatar Sep 13 '22 01:09 sszc