I use swarm in a cluster and want to colocate procs with a similar key but different module on the same node. If I could create a swarm instance for accounts and another for users I could make sure a user proc is always on the same node as an account proc. Right now swarm starts by name making partitioning impossible.
I use swarm in a cluster and want to colocate procs with a similar key but different module on the same node. If I could create a swarm instance for accounts and another for users I could make sure a user proc is always on the same node as an account proc. Right now swarm starts by name making partitioning impossible.