-
Anyone able to provide some simple calculations to size a Postgres cluster for 1 million files, say 100,000 directories? Actual compute cycles won't be too high - normally low create/delete operations; just occasional/short bursts of high activity. What else is needed for back-of-envelope calculation? |
Beta Was this translation helpful? Give feedback.
Answered by
davies
Feb 14, 2023
Replies: 1 comment
-
It's roughly 500 bytes per file/directory, so 500MB per 1 million files. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
davies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's roughly 500 bytes per file/directory, so 500MB per 1 million files.