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

perf: migration to Sqlite3 #513

Merged
merged 34 commits into from
Aug 13, 2024
Merged

perf: migration to Sqlite3 #513

merged 34 commits into from
Aug 13, 2024

Conversation

jy95
Copy link
Owner

@jy95 jy95 commented Aug 13, 2024

JSON files as database were ideal, at the beginning but not anymore :

  • Scalability : As the data volume grows, managing and querying JSON files becomes more challenging. Traditional databases are generally better equipped to handle large datasets and complex queries.
  • Better query capabilities : Querying and filtering data in JSON files is typically not as powerful or efficient as the query languages provided by databases like SQL
  • ...

jy95 added 30 commits August 11, 2024 01:59
document database vs relational database
document database vs relational database
Wasn't used at the end since we remove it from frontend long time ago
Hercule playlistId was empty string, not NULL / series_as_json was using the wrong table
Copy link

vercel bot commented Aug 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gpfr ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 13, 2024 8:15pm

@jy95 jy95 merged commit 99c7f19 into master Aug 13, 2024
5 checks passed
@jy95 jy95 deleted the sqlite branch August 13, 2024 20:15
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