Re: Moving a CF between keyspaces

2011-05-30 Thread Jonathan Ellis
You could do it with some manual surgery on the sstable filenames, but there's no API to do this live. On Mon, May 30, 2011 at 3:13 AM, cbert...@libero.it wrote: > Hi all, > for some reason I have a CF in a Keyspace and I need to duplicate this CF and > its content into another keyspace > Is ther

Moving a CF between keyspaces

2011-05-30 Thread cbert...@libero.it
Hi all, for some reason I have a CF in a Keyspace and I need to duplicate this CF and its content into another keyspace Is there any best practice to do it or I need to read/write all rows? Best regards Carlo