Skip to content

Improve the performance of local db sync process #2371

@findolor

Description

@findolor

With the current implementation, the sync can take a bit of time based on some of the queries. And when sync is running, if we try to query something else, because the single-threaded nature of our WASM environment, it waits for either the sync or the query. So the whole thing takes more time than it should

So we just need to find a way to improve the performance of these things.

Metadata

Metadata

Assignees

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