bigcouch

moving a shard from one bigcouch server to another (for balancing)

久未见 提交于 2019-12-03 05:11:34
问题 I'm currently testing bigcouch for big amounts of data (15 million records daily). When I need to generate views of the data, I experience some balancing problems, because one of my two machines is much weaker than the other one. The result is, that the better machine is finished and has nothing to do while the weaker one has still a lot to do. (single- vs. dualcore) My idea is now to move some shards from the weaker machine to the other one, so that they are finished at about the same time.

moving a shard from one bigcouch server to another (for balancing)

丶灬走出姿态 提交于 2019-12-02 18:28:26
I'm currently testing bigcouch for big amounts of data (15 million records daily). When I need to generate views of the data, I experience some balancing problems, because one of my two machines is much weaker than the other one. The result is, that the better machine is finished and has nothing to do while the weaker one has still a lot to do. (single- vs. dualcore) My idea is now to move some shards from the weaker machine to the other one, so that they are finished at about the same time. Therefore my question is, how can I move shards from the weeker bigcouch server to the better one?