I would like do live migration instead of offline bulk load.
You can make 3-node old cluster as dc1, the 5-node new cluster as dc2,
then "nodetool rebuild dc1" on dc2, in this way, you don't need to take
down the cluster to maintain consistency.
On 5/5/15 11:04 AM, Robert Coli wrote:
On Tu
On Tue, May 5, 2015 at 1:22 AM, Rahul Bhardwaj wrote:
> Hi All,
>
> We have a cassandra cluster of 3 machines, which has a table containing 50
> millions of rows. We are making a new cluster of 5 nodes and we want to
> migrate this table to the new cluster.
>
>
> Please suggest what would be the
Hi All,
We have a cassandra cluster of 3 machines, which has a table containing 50
millions of rows. We are making a new cluster of 5 nodes and we want to
migrate this table to the new cluster.
Please suggest what would be the best and least time taking process. I know
we can use sstable loader