Skip to content

[YCSB] Change the implementation style of YCSB #19

@rotaki

Description

@rotaki

There are a few ways to implement YCSB in transactional systems.

  1. Read, Update, RMW are executed separately on different transactions and the portion of each transaction is decided by the workload specification.
  2. Read, Update, RMW are mixed within the transaction and the portion of each operation within the transaction is decided by the workload specification.

The current implementation is 1.
However, other projects such as DBx1000, cc-bench seems to be 2 so it might be better to change this implementation to 1 as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions