Skip to content

The SQLite database gets super slow when it's really big. #7

@darcyabjones

Description

@darcyabjones

This is only really a problem for me right now, but may be an issue in future for others if they use a lot of precomputed data.

Essentially the sqlite defaults to some very safe options that we don't need.
So we can free up some locks, increase cache memory, use transactions better etc.

I think maybe having dedicated commands for creating, updating and deduplicating the database will be good.
Rather than handling ldjson in the precomputed script.

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