scylladb / cql-stress

10 stars 4 forks source link

c-s: Implement full row insertion logic for user-profiles #91

Closed muzarski closed 3 weeks ago

muzarski commented 3 months ago

Original c-s allows the user to define custom operations/queries via user command. However, it also predefines two operations - one of them being insert operation. It simply generates a row based on table metadata, and inserts it. Row values can then be validated with validate operation.

Things to do:

Notice that insert/validate operations are analogous to write/read operations for the predefined workloads. The difference is that they allow users to work with custom schemas, while write/read workloads only allow blob type as a column type.