How many files can I put in a directory?

后端 未结 21 2212
北恋
北恋 2020-11-22 05:15

Does it matter how many files I keep in a single directory? If so, how many files in a directory is too many, and what are the impacts of having too many files? (This is on

21条回答
  •  温柔的废话
    2020-11-22 05:41

    For what it's worth, I just created a directory on an ext4 file system with 1,000,000 files in it, then randomly accessed those files through a web server. I didn't notice any premium on accessing those over (say) only having 10 files there.

    This is radically different from my experience doing this on ntfs a few years back.

提交回复
热议问题