The question is that, When we use
INSERT INTO USERS (login, email, name, login_count)
values ('jbellis', 'jbellis@datastax.com', 'Jonathan Ellis', 1)
IF NOT EXISTS
in IF NOT EXIST exactly which columns are compared together? primary key(partition-key + clustering-key)? or just partition-key?