Skip to content

[CQLd4] Sequential cql queries by the same thread #1333

Closed Answered by jshook
chrispappo asked this question in Q&A
Discussion options

You must be logged in to vote

@chrispappo , I apologize for not seeing this earlier.
To execute operations sequentially all you have to do is organize them that way in your workload template. If you want them to have the same binding values, then you can slow down the apparent rate of cycling by putting a Div(5L) where the number is the number of operations which should share the same bindings. This just means that the rest of each binding function will see the same input cycle, effectively, grouped by the number you provide.
For example, if you have 3 operations, and 7 binding functions among them, simply put Div(3L) in front of each of your 7 binding functions, and then your binding values will be the same for 3 cyc…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jshook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants