Mention what needs to be taken care while adding a column?
Answer Posted / Anil Kumar Kanojia
When adding a column in Apache Cassandra, you should consider the following points:nn- Column order matters in Cassandra.n- Adding a column requires a schema change and will cause downtime or performance degradation during the upgrade process.n- It's recommended to use Cassandra's `nodetool` utility to perform the upgrade across all nodes.n- Be careful when adding columns that have data types larger than varchar, as they may impact the storage size significantly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category