Skip to content

feat: save entities at the end of a block with a SQL transaction #307

@bonustrack

Description

@bonustrack

Locally running a writer function with Checkpoint can take about 6sec, this must come from the MySQL queries that write, update, delete or read data. We should over time move these queries to happen in same time for multiple event within the same block using a SQL transaction. The most challenging would be to move read queries, we could do write update and delete first.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    🗒️ Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions