Live data from Hacker News

Google Acquires Elastifile

cloud.google.com

1–10 of 18 posts

Re: Google Acquires Elastifile

#8
post #7

I guess this will be the Google Cloud equivalent of Amazon’s EFS?

There's already GCP Filestore.

Filestore is basically a single google-managed instance running NFS. It's much less sophisticated and resilient than EFS, but also can be much faster since it doesn't have the overhead of a distributed system. Don't try running something that touches lots of files like mercurial on EFS, trust me...

The article says Elastifile (which I know nothing about) will become part of filestore.

Re: Google Acquires Elastifile

#9
It will be interesting to see how well this scales. I have seen AWS EFS fall over under heavy read load (lots of reads for the same TB-scale data). A lot of poor souls using Horovod with no data team use EFS to “distribute” data in data-parallel SGD.

Re: Google Acquires Elastifile

#10

It will be interesting to see how well this scales. I have seen AWS EFS fall over under heavy read load (lots of reads for the same TB-scale data). A lot of poor souls using Horovod with no data team use EFS to “distribute” data in data-parallel SGD.

Do you have more details about this?
Post reply on HN