1 hour ago · Tech · 0 comments

I’m not back at work full-time, but I am starting back and paging the OpenZFS Mastery manuscript back into my skull’s RAM. Here’s a tidbit. Compression is a key feature of OpenZFS. A computer has four classic bottlenecks: CPU, memory, disk I/O, and network. CPU cycles are the most plentiful in modern computers, while disk I/O and memory are much more constrained. Footnote This paragraph is being written on a machine with a 96-core CPU, and all but two of them are bored stupid. By compressing data before breaking it up into blocks, OpenZFS can store more data on each block. Similarly, compressing data before it goes into the kernel’s cache reduces memory usage. We’ll discuss tuning compression methods for particular situations, but the defaults work for almost everyone. Now that you know the bare basics of ZFS, the rest of this book merely fills in several thousand minor details. OpenZFS Mastery sponsorships are still open.

No comments yet. Log in to reply on the Fediverse. Comments will appear here.