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 command, that is what i have read, migrating to a new table seems to be the only way. Is there any good recommendation how to do this? cqlsh copy or jsonsttable seems like will all result in same datatype as before. thanks