|
|
|
|
|
by Alupis
3515 days ago
|
|
> For example, boot time is usually shorter when system folders are compressed Reads, in general, will be "boosted" when the filesystem is compressed. You get an (almost) free boost by reading and extracting compressed data on the fly into memory/cpu. ie. read 4mb's off the disk but it expands to 8mb's (or more!) in memory, so read performance is elevated. Writing of course, is slowed. For some server loads, disk compression still makes a lot of sense - making the claim "We live in a post-file-system-compression world" a little dubious. |
|