Re: Bulkload into a different CF

2012-05-01 Thread Benoit Perroud
I would just try to copy instead of moving first, and dropping the old CF or the not needed snapshot if necessary when everything is ok. 2012/5/1 Oleg Proudnikov : > Benoit Perroud noisette.ch> writes: > >> >> You can copy the sstables (renaming them accordingly) and >> call nodetool refresh. >>

Re: Bulkload into a different CF

2012-05-01 Thread Oleg Proudnikov
Benoit Perroud noisette.ch> writes: > > You can copy the sstables (renaming them accordingly) and > call nodetool refresh. > Thank you, Benoit. In that case could I try snapshot+move&rename+refresh on a live system? Regards, Oleg

Re: Bulkload into a different CF

2012-05-01 Thread Benoit Perroud
!! Without any guarantee. I know it works but I never used this in production !! You can copy the sstables (renaming them accordingly) and call nodetool refresh. Don't forget to create your column family CF2 before. 2012/5/1 Oleg Proudnikov : > Hello, > > Is it possible to create an exact repli