Probably I missed something.
Lets assume we have 2 coordinators : master (CM1) and replica (CR1). And we have 2 workers with 2 masters (WM1 and WM2) and 2 corresponding replicas (WR1 and WR2).
I want to have a possibility to run queries on workers replicas (WR1 and WR2).
So you're suggesting me to add worker replicas (WR1 and WR2) to the coordinator with citus_set_node_property(shouldhaveshards=false). But how it will help me?