just learned that YCSB can run some predefined workloads. Is it possible to export a workload log? In other words, it is expected that the workload log can include some features for each access record, such as
1.operation: read, insert, or update 2. key: a key id 3. value: the value of a key 4. timestamp: when to execute the operation.
Is that possible for YCSB?
Thank you.