> 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
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