Using cassandra-stress to benchmark ScyllaDB 5.0.
Is there any support to limit number of items in the list?
CREATE TABLE keyspace1.users (
username text,
user_fav_movies list,
PRIMARY KEY (username)
Cassandra-stress table user profile:
- name: user_fav_movies
size: fixed(10)
)