Should I be worry about max number of files in a folder in *NIX filesystems?

Posted by ?????? on Server Fault See other posts from Server Fault or by ??????
Published on 2012-07-03T07:28:09Z Indexed on 2012/07/03 9:17 UTC
Read the original article Hit count: 234

Filed under:
|
|

In a social networking project we want to store user's avatars in a folder. I think in one year or two it'll reach to 140K (I've seen this issue before and it will be around this number). I want to spread files in folders. If a folder contains 1000 files then create another folder and do store files from 1001 to 2000. Is this a good approach or I'm just very cautious about the issue? (File system : EXT3)

© Server Fault or respective owner

Related posts about linux

Related posts about unix