YCSB
YCSB copied to clipboard
Refactor Cassandra driver from 3.x to 4.x driver
Changelog
- Upgraded Datastax driver from
3.0.0to4.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.mdto detail new configuration properties and usage - [ ] Remove direct dependency of
slf4j-simplebinding