Skip to content

perf: move to a single, locked writer database connection #1539

@drahnr

Description

@drahnr

Currently we use a connection pool for all access, this includes the cleanup process (#1296) as well as apply_block. We should use a lock and retain the guard across the tasks for the cleanup to avoid any possible contentions.

Metadata

Metadata

Assignees

Labels

storeRelated to the store component

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions