Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize sqlite database #39

Closed
n-dusan opened this issue May 16, 2024 · 0 comments · Fixed by #44
Closed

Optimize sqlite database #39

n-dusan opened this issue May 16, 2024 · 0 comments · Fixed by #44
Assignees
Labels

Comments

@n-dusan
Copy link
Contributor

n-dusan commented May 16, 2024

Currently the database stores composite keys as primary keys.

We'll need to bring down the volume of the sqlite3 db by using hashed ids as primary keys instead of composite keys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant