Setup: a 3-nodes cluster, and each node has two Stores, totally 6 stores.
I create one single table and insert lots of data continually, and so far there are 1300+ ranges, 0.3 billion rows in this table. As the number of concurrent db connection grows, latency grows.
And I find that all replicas of this table are located on only 3 stores that each store on each node, the performance bottleneck is write bandwidth of SSD.
So, does CockroachDB support distribute replicas of the same table to all stores on all nodes ?
thanks