How to create a primary key (automatically generated sequence) in apache cassandra

I am new to cassandra since I just started to study it.

I made some sample applications, but just worked hard on how to create an automatically generated primary key for each record.

+3
source share
1 answer

Use a UUID instead of a sequence.

+1
source

Source: https://habr.com/ru/post/1791409/


All Articles