Possible Duplicate:
How many files in a directory is too many?
I built custom software for an industry networking site using Doctrine ORM and Smarty.
My question is this, I just launched, and I have all image uploads going to:
/images/ - for the full size images
/images/thumbs/
/images/thumbs-mid/
/images/thumbs-small/
I've already got 50MB in image uploads in only 45 minutes. Is it a bad idea to let thousands of images pile up in one directory? Or should they be broken up into more directories? What do you suggest?
Thanks for any advice
- Linux CENTOS 5 64bit