- Feb 7, 2001
- 1,637
- 0
- 0
I'm going to have a lot of files in a directory, undre FReeBSD 5.0. Currently the count is at 52,000 per directory.
That's going to grow, by a lot.
So my question is, at what piont should I STOP putting files in that directory, and start putting them in another? Basically the only thing that happens to those files is PHP will read one in one at a time, by the filename. Is there any good rule to go by when I should start putting it in a second directory so as not to degrade the performace of finding the file?
That's going to grow, by a lot.
So my question is, at what piont should I STOP putting files in that directory, and start putting them in another? Basically the only thing that happens to those files is PHP will read one in one at a time, by the filename. Is there any good rule to go by when I should start putting it in a second directory so as not to degrade the performace of finding the file?