Re: changing the primary key type of a table

2013-10-01 Thread Aaron Morton
> is there any downside using text as primary key? any performance impact on > the partition ? Nope. > There is no way to alter a table's primary key with a cql command, that is > what i have read, migrating to a new table seems to be the only way. Yup. > Is there any good recommendation how

changing the primary key type of a table

2013-09-27 Thread Jimmy Lin
hi, we have a table that its primary key is uuid type. Now we decide that we need to use text type as it is more flexible for our application. #1 is there any downside using text as primary key? any performance impact on the partition ? #2 There is no way to alter a table's primary key with a cql