·
1 commit
to jdbc_url_delim
since this release
Add delete,update,insert parameters:
- Delete
-p deleteproportion=<floating point number from 0 - 1>-p deletestart=deletestart-p deletecount=deletecount
- Update / Read / Scan / Read Modify
-p updateproportion=<floating point number from 0 - 1>-p insertstart=updatestarta-p insertcount=updatecount
- Insert
-p insertproportion=<floating point number from 0 - 1>-p recordcount=insertstart
Note the following relationship:
deletestart updatestart insertstart
| deletecount| updatecount| <infinite>
| || || |
V VV VV V
|--------------||----------------||---------------|
0 99 100 199 200 299 Example YCSB_KEY
- breaking changes from the previous
CLASSPATHis no longer required to be set fromsetenv.sh. The existing environment variable is honored.
Full Changelog: arcion-24.01...arcion-24.03