Some related reading - * Jeff Barr's blog post on this topic, has an interesting case study: https://aws.amazon.com/blogs/aws/amazon-s3-update-strong-rea... * Collaboration with Hadoop/S3A maintainers leading to this release: https://aws.amazon.com/blogs/opensource/community-collaborat...
S3 Strong Consistency
91–100 of 240 posts
Re: S3 Strong Consistency
#92Re: S3 Strong Consistency
#93It's interesting to read all these comments here that talk about the eventual consistency like it was some kind of bug.
Are there any scenarios where you would want eventual consistency over strong consistency? (Assuming pricing, performance, replication etc are the same.)
Re: S3 Strong Consistency
#94Re: S3 Strong Consistency
#95Earlier quoted context omitted.
Are there any scenarios where you would want eventual consistency over strong consistency? (Assuming pricing, performance, replication etc are the same.)
At the benefit of added availability? absolutely. This is the entire premise of mongodb.
Re: S3 Strong Consistency
#96Re: S3 Strong Consistency
#97Earlier quoted context omitted.
Like RedShift? AWS uses S3 as a database, seems reasonable that their customers would.
That doesn't mean it blindly "mounts" it as a disk and attempts to use it as a filesystem. They're almost certainly using it in a manner that is aware of the specificities of how S3 works.
Re: S3 Strong Consistency
#98I'm sure that somewhere there is a Product Manager at Amazon who talks to customers they find out are using Google Cloud or Azure and asks them "Why not use AWS?" and they mumble some feature of the other service that they need.
Sometime later, said service shows up as part of AWS. :-)
For me this is the best part of tech rivalries, whether they are in CPU performance/architecture, programming language features/tools, or network services. Pressure to improve.
Re: S3 Strong Consistency
#99Earlier quoted context omitted.
Yes, https://github.com/GoogleCloudDataproc/hadoop-connectors disclosure: I work at Google as well.
Right, https://github.com/GoogleCloudDataproc/hadoop-connectors/rel... was apparently the release: > Delete metadata cache functionality because Cloud Storage has strong native list operation consistency already. If folks are actually interested in these connectors, I'd also recommend this blogpost from last year: https://cloud.google.com/blog/products/data-analytics/new-re... because even with consistency, GCS and S…
Re: S3 Strong Consistency
#100I wonder if this would make S3 a host for sqlite !