Optimal directory structure for filesystem
Posted
by
Pankaj
on Stack Overflow
See other posts from Stack Overflow
or by Pankaj
Published on 2013-10-24T21:51:27Z
Indexed on
2013/10/24
21:53 UTC
Read the original article
Hit count: 223
We have large scale web application which has millions of customer. Each customer can have document based on document type. We may have 20-30 types of documents. We are planning to use GlusterFS for storing these documents. I'm trying to find out what are the limitations of Gluster as far as number of files/directories ?
Do we need to have hierarchical directory structure ? What would be the optimal directory structure ? Does this make sense -
- CustmerId
- Documenttype
- File1
- File2
- Documenttype
© Stack Overflow or respective owner