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

Use SQLite as backing data store #25

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

Use SQLite as backing data store #25

wants to merge 8 commits into from

Conversation

JonathanWilbur
Copy link
Collaborator

This has proven to improve read performance by 50-100% for searches!

@JonathanWilbur
Copy link
Collaborator Author

Actually, I am thinking of abandoning this. MySQL is almost just as fast after just performing the optimization to cache subentries.

@JonathanWilbur
Copy link
Collaborator Author

More testing has shown this not getting faster. Turning off all database safety still only makes a very small difference. Still, I think I should adjourn this decision until Prisma supports the createMany() function for the SQLite provider.

See: prisma/prisma-engines#4101

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

Successfully merging this pull request may close these issues.

1 participant