Re: Q on schema migratins

2013-02-25 Thread Igor
On 02/22/2013 07:47 PM, aaron morton wrote: dropped this secondary index after while. I assume you use UPDATE COLUMN FAMILY in the CLI. yes How can I avoid this secondary index building on node join? Check the schema using show schema in the cli. I see no indexes for CF in show schema/

Re: Q on schema migratins

2013-02-22 Thread aaron morton
> dropped this secondary index after while. I assume you use UPDATE COLUMN FAMILY in the CLI. > How can I avoid this secondary index building on node join? Check the schema using show schema in the cli. Check that all nodes in the cluster have the same schema, using describe cluster in the cli