On Fri, Jun 27, 2014 at 10:57 AM, Pavel Kogan <pavel.ko...@cortica.com> wrote:
> So basically when I rename all files during merge of keyspaces, I will > substitute dest keyspace, column family is the same cause it is same > scheme, and I will chose arbitrary number just to avoid collision, correct? > What is the range? I can select any number? > You can select any number, but the highest number becomes the new floor for the id sequence when you restart the node, so you probably do not want to go crazy with the inflation. Most people pick a fixed number and add it to either all numbers or all numbers which might collide. =Rob