logoalt Hacker News

petterslast Saturday at 7:53 PM1 replyview on HN

Jellyfin is mostly for a single household, right? Sqlite should be much more than sufficient for Jellyfin (if used correctly). Unfortunately, reading this article you get the impression that they are not using it optimally


Replies

nick_last Saturday at 10:29 PM

Agreed. How can a media file sharing app possibly saturate Sqlite's write limit? I would use an app-level global lock on all writes to Sqlite.

show 1 reply