You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing ycsb on Fabric v2.2 with a 50/50 read/update workload the only operation called was Input.
I read in #51 that Do_Transaction in client.h is a relic from a code port, but does that mean that the different read-/update-/insert proportions in the workloads folder are not considered during the benchmark?
Is it possible to add this functionality or were there obstacles that prevented the use of the other operations? I'm only asking since this use case would be very useful for me and it seems that most of the necessary functions are already implemented.
The text was updated successfully, but these errors were encountered:
When executing ycsb on Fabric v2.2 with a 50/50 read/update workload the only operation called was Input.
I read in #51 that Do_Transaction in client.h is a relic from a code port, but does that mean that the different read-/update-/insert proportions in the workloads folder are not considered during the benchmark?
Is it possible to add this functionality or were there obstacles that prevented the use of the other operations? I'm only asking since this use case would be very useful for me and it seems that most of the necessary functions are already implemented.
The text was updated successfully, but these errors were encountered: