Insane number of files created per second
Insane number of files created per second
Posted Aug 26, 2016 15:55 UTC (Fri) by cwillu (guest, #67268)In reply to: Insane number of files created per second by gerdesj
Parent article: Btrfs and high-speed devices
Again though, this isn't _about_ file creation, it's about metadata ops; file creation is a convenient way to exercise it, while also being relevant to some usages.
        
Grepping a tree for the first time today?  Atime updates.  "make clean" in a large repository?  combinations of mtime and deletions.  "apt-get upgrade" with a bunch of pending updates?  Oh, you better believe there's a shittonne (SI technical unit) of file creations, fsyncs, mv's and other metadata updates.  
It ends up being a major but sometimes hidden determinant of how fast you can get shit done.
 
           