Hello everyone, I have the question that I created...
# questions-and-troubleshooting
h
Hello everyone, I have the question that I created the table in starrock (but I forgot to partition by when create table). Could I add partition later but not to create a new table?
h
Thank you for your reply. My table is current unpartition and I see many documentation said it could't be added
r
You have to specify the partition key when creating the table.
Cluster won't know which column the partition is based on when you don't mention the partition column'
r
I think you have recreate the table