|
|
|
|
|
by setquk
2857 days ago
|
|
We have over 100Gb over tens of millions of inodes in Jenkins. This does not scale well even on XFS backed with SSDs. Takes hours to run backups. pg_dump on the same data volume takes about 14 minutes to dump, compress and move to another node. The filesystem is a shitty database. Thought we’d all learned that by now. |
|
How dare you :) "The" filesystem is a great database.. for certain applications. Big, binary blobs of video, store, and even index, particularly well!
I think what the collective "we" haven't learned is to avoid trying to think about scale intuitively (rather than "doing the math") and to avoid extrapolating from the trivial scenario.
It's why "latency numbers every programmer should know" is still a thing.