Anyone else find this surprisingly low? I'd imagine your typical web service holds a few thousand objects in S3 for images etc, then backups and anything else. Then you have your big players like netflix, dropbox etc that use the service. Who store data for tens of millions of customers...
1.1 Million Requests/Second seems especially low for Amazon. The average server can serve more than 1,000 static objects / second easily.
Amazon S3 – 2 Trillion Objects, 1.1 Million Requests/Second
51–60 of 63 posts
Re: Amazon S3 – 2 Trillion Objects, 1.1 Million Requests/Second
#52Earlier quoted context omitted.
I'm open to more creative analogies. I'll happily send some AWS stickers to the first 5 truly great ones that show up under this reply...
If each object is a megabyte, you could stick them on microSD cards packed in a cube as tall as an adult. (1 card is 0.11cm x 0.15cm x 0.01cm, 32GB. 32k objects, 31.2M cards needed. 165 cm x 165 cm x 165cm = 110 * 150 * 1650 cards = 27.2M. Instead of 165cm which is 5 and a half feet, say 6 feet, so try 166 * 122 * 1829 = 37.04M, enough to use some error-correcting codes just in case.)
Re: Amazon S3 – 2 Trillion Objects, 1.1 Million Requests/Second
#53Anyone else find this surprisingly low? I'd imagine your typical web service holds a few thousand objects in S3 for images etc, then backups and anything else. Then you have your big players like netflix, dropbox etc that use the service. Who store data for tens of millions of customers...
I think you are desensitized to what a trillion means. http://demonocracy.info/infographics/usa/us_debt/us_debt.htm...
Re: Amazon S3 – 2 Trillion Objects, 1.1 Million Requests/Second
#54Anyone else find this surprisingly low? I'd imagine your typical web service holds a few thousand objects in S3 for images etc, then backups and anything else. Then you have your big players like netflix, dropbox etc that use the service. Who store data for tens of millions of customers...
1.1 Million Requests/Second seems especially low for Amazon. The average server can serve more than 1,000 static objects / second easily.
1.1M RPS is the amount they actually serve, not how much they can serve. Just because your single server can serve more than 1,000 static objects/second (in fact, that number should be much higher), it doesn't mean you need to.
Re: Amazon S3 – 2 Trillion Objects, 1.1 Million Requests/Second
#55So how many objects should have been corrupted/lost according to their SLA and how many actually did get corrupted?
>how many objects should have been corrupted/lost according to their SLA Anywhere from 20 to 200M per year depending on how many people use RRS...
Re: Amazon S3 – 2 Trillion Objects, 1.1 Million Requests/Second
#569 months ago, they announced they stored twice this amount - 4 trillion objects. A year before that, 1 Trillion. Given that previous rate of growth, we can expect they have a lot more than this now.
They also announced peaks of 880,000 requests a second. Whilst Amazon wins here, I'd say its fair to assume this number has increased in those 9 months.
http://blogs.msdn.com/b/windowsazurestorage/archive/2012/07/...
Re: Amazon S3 – 2 Trillion Objects, 1.1 Million Requests/Second
#57Wow, Windows Azure seems to be beating it by a long way. Genuine surprise... I assumed it would be much closer. 9 months ago, they announced they stored twice this amount - 4 trillion objects. A year before that, 1 Trillion. Given that previous rate of growth, we can expect they have a lot more than this now. They also announced peaks of 880,000 requests a second. Whilst Amazon wins here, I'd say its fair to assume t…
Re: Amazon S3 – 2 Trillion Objects, 1.1 Million Requests/Second
#58Wow, Windows Azure seems to be beating it by a long way. Genuine surprise... I assumed it would be much closer. 9 months ago, they announced they stored twice this amount - 4 trillion objects. A year before that, 1 Trillion. Given that previous rate of growth, we can expect they have a lot more than this now. They also announced peaks of 880,000 requests a second. Whilst Amazon wins here, I'd say its fair to assume t…
Bear in mind that Azure storage includes "Blobs, Disks/Drives, Tables, and Queues" however S3 is only blobs (other services like Amazon's DynamoDB would be analogous to table storage). Hence, it's not an apples-to-apples comparison.
Re: Amazon S3 – 2 Trillion Objects, 1.1 Million Requests/Second
#59It would be really interesting to know the average size of an object and visualize the amount of harddisks it takes to store all this data.
You could then multiply by 2 trillion to work out their total data volume under management, which I believe they consider commercially sensitive information, but I can't quite put my finger on why.
Re: Amazon S3 – 2 Trillion Objects, 1.1 Million Requests/Second
#60https://github.com/kennethreitz/elephant
It's going quite well so far :)