Reading/writing SMALL files are SUPER slow on things like S3, Google Drive, Backblaze. Also using a lot of threads does only help a little bit but it's nowhere near reading/writing speeds of e.g. a single 600MB file. Is HopsFS helping in this area?
Regarding small files, HopsFS can store small files in the metadata layer for improved performance. https://kth.diva-portal.org/smash/record.jsf?pid=diva2:12608...
HopsFS: 100x Times Faster Than AWS S3
51–60 of 139 posts
Re: HopsFS: 100x Times Faster Than AWS S3
#52High-availability durable filesystem is a difficult problem to solve. It usually starts with NFS, which is a big huge single point of failure. Depending on the nature of the application this might be good enough. But if it's not, you'll typically want cross-datacenter replication so if one rack goes down you don't lose all your data. So then you're looking at something like Glusterfs/MooseFS/Ceph. But the latencies i…
Do you have any additional info? EdgeFS's github[1] doesn't work; does repo access require a Nexenta sales call?
We're also looking into asynchronously replicated FSs, I think built-in caching + tiering is slightly nicer than cron + rsync; would love to know what other solutions you looked into.
Re: HopsFS: 100x Times Faster Than AWS S3
#53> But, until today, there has been no equivalent to ADLS for S3. ObjectiveFS has been around for several years. How is HopsFS better?
Re: HopsFS: 100x Times Faster Than AWS S3
#54> But, until today, there has been no equivalent to ADLS for S3. ObjectiveFS has been around for several years. How is HopsFS better?
A quick read of ObjectiveFS, and it doesn't appear to be a distributed filesystem. It appears to be a single service (log -structured storage on a service) that is backed by S3. Am I wrong? (HopsFS is a distributed hierarchical FS).
Re: HopsFS: 100x Times Faster Than AWS S3
#55Can this be installed on AWS EMR clusters?
Re: HopsFS: 100x Times Faster Than AWS S3
#56Earlier quoted context omitted.
Ok so you're not the target customer for this product. Do you believe people with this problem should be deprived of a solution just because you don't need it?
I don't think I suggest that a product should not exist. I suggest that targeting the competition instead of the use case is a bit silly.
Re: HopsFS: 100x Times Faster Than AWS S3
#57High-availability durable filesystem is a difficult problem to solve. It usually starts with NFS, which is a big huge single point of failure. Depending on the nature of the application this might be good enough. But if it's not, you'll typically want cross-datacenter replication so if one rack goes down you don't lose all your data. So then you're looking at something like Glusterfs/MooseFS/Ceph. But the latencies i…
Re: HopsFS: 100x Times Faster Than AWS S3
#58There's no 'renaming' of any file in S3. I don't think AWS had S3 as file system in mind. There's EBS for that.
Re: HopsFS: 100x Times Faster Than AWS S3
#59> 100X the performance of S3 for file move/rename operations I don’t see how it can be useful. Moving or renaming files in S3 seems more like maintenance than something you want to do on a regular basis.