Also just FYI. Ext4 filesystem stores directory structure as a linked list, so search and access time increases linearly with the number of nodes in a directory. The best way to kill performance is to create 100000 subdirectories lmao. Which is to say, Ext4 sucks immensely.