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

Difference between recordcount, operationcount and insertcount parametres #1206

Closed
ssizmaster opened this issue Jul 30, 2018 · 4 comments
Closed

Comments

@ssizmaster
Copy link

ssizmaster commented Jul 30, 2018

Hi,
Please, what is the difference between recordcount, operationcount and insertcount parametres.
Thanks in advance.

@busbey
Copy link
Collaborator

busbey commented Aug 10, 2018

  • record count - how many records YCSB assumes are present or will be present in the backing data store
  • operation count - how many workload operations YCSB should perform (scan / read / whatever according to the % breakdown in the workload)
  • insert count - how many records a particular YCSB client ought to insert during a load phase.

@ssizmaster
Copy link
Author

Thank you for you response.

@busbey
Copy link
Collaborator

busbey commented Aug 10, 2018

happy to help! feel free to file another issue if you have more questions.

@busbey busbey closed this as completed Aug 10, 2018
@Dhrumilsoni
Copy link

If operationcount is 0, does that mean no operations are performed altogether?

Also, is there any command-line argument that can change this value during the execution of ycsb client?

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

No branches or pull requests

3 participants