limits of number of files in a single directory in unix/linux using Python

Posted by user248237 on Stack Overflow See other posts from Stack Overflow or by user248237
Published on 2010-04-20T00:14:58Z Indexed on 2010/04/20 0:23 UTC
Read the original article Hit count: 476

Filed under:
|
|
|
|

is it bad to output many files to the same directory in unix/linux? I run thousands of jobs on a cluster and each outputs a file, to one directory. The upper bound here is around ~50,000 files. Can IO be limited in speed in light of this? If so, does the problem go away with a nested directory structure?

Thanks.

© Stack Overflow or respective owner

Related posts about unix

Related posts about linux