blob: b48b171ec32b4e896fbfc4cfa62de6feb181071a [file] [log] [blame]
CREATE TABLE simple (
id int,
key text,
value text,
PRIMARY KEY (key, value)
) WITH caching = {'keys': 'ALL', 'rows_per_partition': 10};