Being new to Linux/Apache (and enjoying it so much more than Windows "servers") I am curious to know how many files can be stored in one directory?
Also, does the fetching of file suffer when you have thousands of files in one directory?
In a linked question, how many directories can you place in one directory?
I intend to use the feedback to decide on whether to use database or flat files for a project. Should be around 5 different files * 5000 variations. >> 25,000 files or 5,000 directories with 5 files each. (or possibly some other combination).
Incidentally, these files will be 1 gif and 4 text/html files. All called from one script.
Thanks