ReleaseDatabricks (DBRX)Databricks (DBRX)published Mar 25, 2024seen 5d

databricks/YCSB arcion-24.03

databricks/YCSB

Open original ↗

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
  • CLASSPATH is no longer required to be set from setenv.sh. The existing environment variable is honored.

- Full Changelog: https://github.com/arcionlabs/YCSB/compare/arcion-24.01...arcion-24.03