Is there an optimum number of directories to hold images on a drive before grouping into sub-directories.
Example, I have a collection of approximately 600,0000 image files I can logically sub-group these into several layers but I'm not sure of the optimum for fastest retrieval. I dont need to search the disk because I will always know its absolute path.
My basic options are:
1 directory with 600,000 files (my instincts tell me this is no good!) OR 1 directory with 1500 sub-directories each with an average of 400 files (min 200 max 600) OR 1 directory with 75 sub-directories each with an average of 20 sub-directories with an average of 400 files in each.
The second scenario would be my ideal choice but am concerned that this number of sub-directories will affect performance.
Discuss please !
Roger