the effect of large number of files on disk space in unix filesystems

Posted by user46976 on Super User See other posts from Super User or by user46976
Published on 2012-12-15T05:12:34Z Indexed on 2012/12/15 23:07 UTC
Read the original article Hit count: 255

If I have a text file in Unix that contains N-many independent entries (e.g. records about employees, where each employee has a separate record), is it expected that this file will take up less space than if I split the file into N files, each containing the entry for one employee? in other words, can one save significant space on unix file systems by concatenating many files together, or is the difference negligible? thanks.

© Super User or respective owner

Related posts about linux

Related posts about hard-drive