Skip to content

Revisit transaction profiling architecture #320

@lgalabru

Description

@lgalabru

When Surfpool receives a transaction with profiling enabled, the profiling currently happens on the same thread as the transaction execution. This introduces unnecessary contention and significantly slows down transaction processing.

As a result, developers have to choose between execution speed and context introspection, when we could get both by simply profiling on a dedicate thread.

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