Hacker News new | ask | show | jobs
by gbrits 2082 days ago
Currently using Minio which is a relative success. However as part of quality checks we're using a lot 'listObjectsV2' S3-calls to check for gaps in our data, which is pretty slow. When using SeadweedFS plus, say, a Filer meta-data store based on Redis, this would presumably be faster?
1 comments

Of course you can go with faster filer stores. Default filer store would be enough for millions of files. It is the same speed as a common file listing.

Actually I do not understand why MinIO is slow here.