The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > Filesystems, Disks and Memory
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 09-27-2007
Perderabo's Avatar
Perderabo Perderabo is online now
Unix Daemon
 

Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,449
I doubt that symlinks would work at all in this case since they would not be pointing to a filesystem object. But in any case, 250,000 directory entries of any kind is a guaranteed performance disaster. The kernel processes directories sequentially. The large file would probably win. And if there is a problem, there is more hope of optimizing the file access since that would involve changing only one program.
Reply With Quote