|
|
|
|
|
by tobias3
5407 days ago
|
|
Yeah random acess on hard disks is awfully slow. And if you have dedup you can cause lots of random access...
If you have a little bit of data the hashtable used for dedup can also be to big to fit into memory. Then ZFS puts it onto the disk and it is even slower. Luckily there is a feature to use SSDs as a cache device in this case. |
|