benchbase icon indicating copy to clipboard operation
benchbase copied to clipboard

Add Sleep benchmark and dialects for MySQL and Postgres

Open mbutrovich opened this issue 2 years ago • 1 comments

WIP PR. Adds a new benchmark (dialects for Postgres and MySQL so far) to just sleep. Questtions:

  • Not sure how to write the generic query for this since it's not in the SQL standard. Right now it's just a ; like in NoOp.
  • Do we need a DDL file? I borrowed the one from NoOp.

mbutrovich avatar Jul 29 '22 20:07 mbutrovich

@mbutrovich Are you going to add XML config options to control # of queries per txn and amount of sleep per query?

apavlo avatar Jul 30 '22 01:07 apavlo