YCSB icon indicating copy to clipboard operation
YCSB copied to clipboard

Refactor Cassandra driver from 3.x to 4.x driver

Open EngineersBox opened this issue 1 year ago • 0 comments

Changelog

  • Upgraded Datastax driver from 3.0.0 to 4.17.0 (latest at time of post)
  • Added tracing output controls and frequency
  • Moved to direct driver config via HOCON config file.
  • Removed duplicate configuration parameters that are now covered in the HOCON config
  • Added parameters to allow for driver profiles to be used on each operation type
  • Removed string based query formatting for token operations instead using query builder with functions

TODO

  • [ ] Rework test suites
  • [x] Support tracing output on all operations not just scans
  • [X] Rework README.md to detail new configuration properties and usage
  • [ ] Remove direct dependency of slf4j-simple binding

EngineersBox avatar Jul 17 '24 02:07 EngineersBox