You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Debjani Nag <de...@gmail.com> on 2019/03/15 02:28:00 UTC

Renaming Partition Key

Hi Everyone ,

   As per documentation , we cannot rename partition key . But partition
key can be renamed .

  *https://docs.datastax.com/en/cql/3.3/cql/cql_reference/cqlAlterTable.htm
<https://docs.datastax.com/en/cql/3.3/cql/cql_reference/cqlAlterTable.htm>*l

  * Refer : Restrictions apply to the rename operation *

   When we rename the partition key , there are  changes to the SSTable  .

   Can someone please help me understand  that what issues can be possibly
caused due to renaming of the partition key .

Thanks