Skip to content

perf: avoid loading and storing full Accounts from and to DB #1538

@drahnr

Description

@drahnr

Current we construct a full struct Account with all details, which queries multiple tables, while we only update a few elements, and hence don't need to fetch the full account. This make 250ms of the full query.

Image

Metadata

Metadata

Assignees

Labels

storeRelated to the store component

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions