Skip to content

Benchmark critical paths in the driver (sending queries and receiving results) #73

@wprzytula

Description

@wprzytula

Let's write benchmarks for critical operations of the driver, to be aware of how fast we are and to gauge impact of further optimisations
/ detect regressions.

Proposed functionality to be benchmarked:

  • INSERTs with and without data,
  • SELECTs with little and a lot of data,
  • both prepared and unprepared statements,
  • batches,
  • paging
  • concurrent executions API,
  • TODO - more ideas welcome.

Sub-issues

Metadata

Metadata

Assignees

Labels

P2Normal priority.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions