Google Acquires Elastifile
cloud.google.com
Google Acquires Elastifile
1–10 of 18 posts
Re: Google Acquires Elastifile
#2I guess this will be the Google Cloud equivalent of Amazon’s EFS?
Re: Google Acquires Elastifile
#3A disk that can be attached to multiple VM's and support simultaneous reads/writes is a huge addition to GCP.
Re: Google Acquires Elastifile
#4A disk that can be attached to multiple VM's and support simultaneous reads/writes is a huge addition to GCP.
Google Cloud Filestore has existed for some time: https://cloud.google.com/filestore/
Re: Google Acquires Elastifile
#5Elastic is next
Re: Google Acquires Elastifile
#6Re: Google Acquires Elastifile
#7I guess this will be the Google Cloud equivalent of Amazon’s EFS?
There's already GCP Filestore.
Re: Google Acquires Elastifile
#8I 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
#9It 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
#10It 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?