카산드라에서 UUID를 생성하는 방법은 (좀 적은 개수의 로우를 가진) 아무 테이블에서 LIMIT 1로 select now()를 호출한다.
cqlsh:my_status> SELECT NOW() FROM "user_status_updates" LIMIT 1;
system.now()
--------------------------------------
08376da0-7c8e-11e7-95fc-eb95772c8baf
(1 rows)
cqlsh:my_status> SELECT NOW() FROM "user_status_updates" LIMIT 1;
system.now()
--------------------------------------
0e2d4ea0-7c8e-11e7-95fc-eb95772c8baf
(1 rows)
cqlsh:my_status> SELECT NOW() FROM "user_status_updates" LIMIT 1;
system.now()
--------------------------------------
0eee0690-7c8e-11e7-95fc-eb95772c8baf
(1 rows)
cqlsh:my_status> SELECT NOW() FROM "user_status_updates" LIMIT 1;
system.now()
--------------------------------------
0fa63300-7c8e-11e7-95fc-eb95772c8baf
(1 rows)
cqlsh:my_status> SELECT NOW() FROM "user_status_updates" LIMIT 1;
system.now()
--------------------------------------
1053b110-7c8e-11e7-95fc-eb95772c8baf