Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

c-s: Tool creates counter1 table when regular workloads are being run #85

Closed
muzarski opened this issue Jun 10, 2024 · 0 comments · Fixed by #86
Closed

c-s: Tool creates counter1 table when regular workloads are being run #85

muzarski opened this issue Jun 10, 2024 · 0 comments · Fixed by #86
Assignees

Comments

@muzarski
Copy link
Collaborator

Ref: scylladb/scylladb#19107 (comment)

Cassandra-stress frontend always creates standard1 and counter1 tables for all workloads (user is exception). At the time of implementing this, I was sure that original c-s does the same - apparently I was wrong.

In general, the tables we should create for each workload:

  • write/read - standard1 table
  • counter/counter_read - counter1 table
  • mixed - both standard1 and counter1 tables. Better idea might be to create the tables that will be used by the commands provided by the user - e.g. when user provides ratio(write=1,read=2), we should not create counter1 table since it won't be used
  • user - a table defined in yaml file with table and table_definition parameters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant