Y
Hacker News
new
|
ask
|
show
|
jobs
by
gopaz
1405 days ago
What about the storage? Is it using Raid? Does blocksize matter? What filsystem is used?
1 comments
drewg123
1405 days ago
Every storage device is independent (no RAID), and runs UFS. We use UFS because, unlike ZFS, it integrates directly with the kernel page cache.
link
ComputerGuru
1405 days ago
Which is part of the reason sendfile doesn’t work well for ZFS.
link