Skip to content

Alternative design: update the DatabaseClient.execute... APIs to take statement creation functions/lambdas instead and wrap the whole process in a suspendTransaction #87

@ShreckYe

Description

@ShreckYe

This would make both the APIs and implementations simpler if it doesn't impact performance.

  • Blocking transaction wouldn't work for this because the statement arg needs to be suspend for Vert.x SQL Client calls.
  • Benchmark the performance impact with TFB first.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions