swift performance for small objects
Is Swift appropriate for storing 500 million files each one between 20K to 50K for an application with very high write and read rates? Assuming we use multiple containers with each one holding a subset of the files, where are the performance bottlenecks for this use case?