• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Technical limits with Jellyfin ?

     
    • 0 Vote(s) - 0 Average

    Technical limits with Jellyfin ?

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #17
    2023-11-14, 06:08 PM
    ZFS is a CoW (copy on write) file system. Meaning that when a file is modified it makes a copy of the whole file with the new modifications instead of modifying the existing file on the disk. This isn't a big deal for most things. But for a database where you are making a lot of small changes very frequently to the same file this can result in significant write amplification. Meaning that a small number of small write operations results in a large amount of bytes written. This can be problematic both from a performance perspective and from an SSD endurance perspective.

    BTRFS is also a CoW file system.

    Having said all of that. My understanding is that the use of journal files by SQLite, and other modern DBs, mitigates these issues. So having your DB on ZFS or BTRFS isn't as bad as it used to be. As long as it is an SSD. Especially if you intend to use the snapshot capabilities of ZFS and BTRFS.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Technical limits with Jellyfin ? - by vincen - 2023-10-01, 05:53 AM
    RE: Technical limits with Jellyfin ? - by skribe - 2023-10-01, 06:45 AM
    RE: Technical limits with Jellyfin ? - by bitmap - 2023-10-01, 09:08 AM
    RE: Technical limits with Jellyfin ? - by toytown - 2023-10-01, 11:50 AM
    RE: Technical limits with Jellyfin ? - by vincen - 2023-10-05, 02:17 PM
    RE: Technical limits with Jellyfin ? - by TheDreadPirate - 2023-10-05, 02:30 PM
    RE: Technical limits with Jellyfin ? - by vincen - 2023-10-05, 06:04 PM
    RE: Technical limits with Jellyfin ? - by TheDreadPirate - 2023-10-05, 07:34 PM
    RE: Technical limits with Jellyfin ? - by vincen - 2023-10-06, 06:34 AM
    RE: Technical limits with Jellyfin ? - by TheDreadPirate - 2023-10-06, 03:57 PM
    RE: Technical limits with Jellyfin ? - by ZmgwsYzhM2nV - 2023-10-06, 10:50 PM
    RE: Technical limits with Jellyfin ? - by TheDreadPirate - 2023-10-06, 11:26 PM
    RE: Technical limits with Jellyfin ? - by vincen - 2023-10-07, 09:47 AM
    RE: Technical limits with Jellyfin ? - by TheDreadPirate - 2023-10-07, 05:08 PM
    RE: Technical limits with Jellyfin ? - by Kevin Nord - 2023-11-14, 02:08 PM
    RE: Technical limits with Jellyfin ? - by ZmgwsYzhM2nV - 2023-10-07, 12:39 AM
    RE: Technical limits with Jellyfin ? - by TheDreadPirate - 2023-11-14, 06:08 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode