databricks/YCSB arcion-24.03
databricks/YCSB
Captured source
source ↗published Mar 25, 2024seen 5dcaptured 13hhttp 200method plain
arcion-24.03
Repository: databricks/YCSB
Tag: arcion-24.03
Published: 2024-03-25T16:05:46Z
Prerelease: no
Release notes: Add delete,update,insert parameters:
- Delete
-p deleteproportion=-p deletestart=deletestart-p deletecount=deletecount- Update / Read / Scan / Read Modify
-p updateproportion=-p insertstart=updatestarta-p insertcount=updatecount- Insert
-p insertproportion=-p recordcount=insertstart
Note the following relationship:
deletestart updatestart insertstart | deletecount| updatecount| | || || | 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: https://github.com/arcionlabs/YCSB/compare/arcion-24.01...arcion-24.03