Comment on Improve very slow library scans on Jellyfin 10.11 / 12 on spinning media

zr0@lemmy.dbzer0.com ⁨1⁩ ⁨day⁩ ago

How large is the database? Because there is a way to fully load SQLite into memory, which would speed everything up drastically for a scan. At the end of the scan, you could just write back everything to the disk, then it is just one blob of sequential write, which is fast enough on spinning rust.

original
Sort:hotnewtop