Skip to content
Discussion options

You must be logged in to vote

In simplified view, a few points:

  • there is a high chance for frequently used and currently running program data be available in compressed form in ARC as well as uncompressed in page cache.
  • For files read from local disk using read() kernel calls (media players) - there duplication of data happens for all file-systems and should be minimal overall.
  • For specific cases where applications (like databases) use their own caching - there is a way to disable OpenZFS data caching.

OpenZFS is highly tunnable file system and you can customize compression, encryption, caching, block sizes per dataset depending on your needs: performance, storage efficiency, memory usage.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@qaako
Comment options

@IvanVolosyuk
Comment options

Answer selected by qaako
@qaako
Comment options

@amotin
Comment options

amotin Oct 9, 2025
Collaborator

@qaako
Comment options

@amotin
Comment options

amotin Oct 11, 2025
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants