We need to create a folder for each user and store their files within it. Is it possible to do it in strapi v4 using media uploads

My understanding is that it’s not just about creating folder views logically, there should also be a load balancing storage solution on the disk instead of uploading all files to one disk folder。
Storing a large number of files in the ’uploads‘ folder can have performance bottlenecks!