database design - to alter or create a new table in cassandra to add new columns -


i using dse cassandra.

i wanted add new attributes existing table.

i wanted know best practice achieve this? should adding new columns existing table or creating new table?

what pros , cons either approach?

adding columns fine. see alter statement. unless need change primary key, should not need create/migrate new table.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -