|
|
|
|
|
by mikedanko
5731 days ago
|
|
While awesome for a lot of tasks, I've still found that a file system and OS tweaked for a particular task can have remarkable results. On a system with a few hundred thousand RRD files, I've found that ZFS with a 16k block size reduced my load by 75%. Obviously, the average RRD workload goes is vastly improved by SSD -- the move to SSD has me forgetting about IO forever in this case. But, it's just a hack to begin with and SSD is the patch. I don't have the time/option to find and hack out a better storage mechanism for that particular task. RRD makes little sense in this day and age, but it's what I'm stuck with due to time constraints. |
|