Skip to content

Commit

Permalink
Merge pull request #16 in HSE/hse-ycsb from updates/NFSE-4156 to v0.1…
Browse files Browse the repository at this point in the history
…7.0-hse

* commit 'e09aa61811e687e6c2295911b4d716efe038456b':
  Added cn_cursor_cra param for scan workloads.
  • Loading branch information
jjacob512 committed May 18, 2020
2 parents 0a7d946 + e09aa61 commit 1fe91cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hse/src/main/java/site/ycsb/db/HseYcsbClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public void init() {
if (!hseParams.isEmpty() && !hseParams.endsWith(",")) {
hseParams += ",";
}
hseParams += "kvdb.csched_vb_scatter_pct=1";
hseParams += "kvdb.csched_vb_scatter_pct=1,kvs.cn_cursor_vra=0";
}

String fieldCount = props.getProperty(
Expand Down

0 comments on commit 1fe91cb

Please sign in to comment.