Slide 8
Slide 8 text
Data model
Partition Key1
Clustering Key1
Clustering Key1 Clustering Key2
Clustering Key2
...
...
...
...
...
CREATE TABLE playlists (id int, song_id int, title text, PRIMARY KEY (id, song_id ));
INSERT INTO playlists (id, song_id, title) VALUES (62, 209466, 'Ænima’');
Sorted by Primary Key