200,000 images in single folder in linux, performance issue or not?

后端 未结 6 1751
傲寒
傲寒 2020-12-28 19:27

I have a php/mysql website with over 200,000 images in single folder (linux server). I don\'t think, that I will never need to see them in

6条回答
  •  [愿得一人]
    2020-12-28 20:04

    file systems determine performance, and 200,000 images without indexing will slow down performance in ext2 (or NTFS)

提交回复
热议问题