← Back to context Comment by odo1242 4 days ago The highest I could think of is WhatsApp, which gets ~1.6 million RPS on average, and they use MQTT 10 comments odo1242 Reply illliillll 3 days ago I used to scrape Meta sites at over 200k steady rps for a couple of years, all by myself.They did send lawyers to my door in the end though.Someone had forgot IPv6 rate limit bucketing :) dr_dshiv 3 days ago Tell more sounds like a good story stingraycharles 3 days ago I work in manufacturing, you would be surprised at the volumes of sensor data being processed there for predictive maintenance.MQTT is everywhere, indeed, because of how simple the protocol is (it’s very ubiquitous in IoT / embedded systems). znpy 4 days ago DynamoDB scales much more than that. In one of their dynamodb papers they claimed that the amazon us retail website alone made like 89 millions rps during prime day, a few years ago. junon 3 days ago It's also one of the most aggravating database systems I've worked with. znpy 2 days ago It still scales though nly 2 days ago WhatsApp is primarily 1 to 1 messaging. Why would this be hard to scale? Scaling horizontally, sharding, and message routing is all it takes, surely? coreylane 2 days ago AWS IAM handles over 1.2 billion requests per second, based on a 2024 post, im sure its higher now https://aws.amazon.com/blogs/security/an-unexpected-discover...
illliillll 3 days ago I used to scrape Meta sites at over 200k steady rps for a couple of years, all by myself.They did send lawyers to my door in the end though.Someone had forgot IPv6 rate limit bucketing :) dr_dshiv 3 days ago Tell more sounds like a good story
stingraycharles 3 days ago I work in manufacturing, you would be surprised at the volumes of sensor data being processed there for predictive maintenance.MQTT is everywhere, indeed, because of how simple the protocol is (it’s very ubiquitous in IoT / embedded systems).
znpy 4 days ago DynamoDB scales much more than that. In one of their dynamodb papers they claimed that the amazon us retail website alone made like 89 millions rps during prime day, a few years ago. junon 3 days ago It's also one of the most aggravating database systems I've worked with. znpy 2 days ago It still scales though
junon 3 days ago It's also one of the most aggravating database systems I've worked with. znpy 2 days ago It still scales though
nly 2 days ago WhatsApp is primarily 1 to 1 messaging. Why would this be hard to scale? Scaling horizontally, sharding, and message routing is all it takes, surely?
coreylane 2 days ago AWS IAM handles over 1.2 billion requests per second, based on a 2024 post, im sure its higher now https://aws.amazon.com/blogs/security/an-unexpected-discover...
I used to scrape Meta sites at over 200k steady rps for a couple of years, all by myself.
They did send lawyers to my door in the end though.
Someone had forgot IPv6 rate limit bucketing :)
Tell more sounds like a good story
I work in manufacturing, you would be surprised at the volumes of sensor data being processed there for predictive maintenance.
MQTT is everywhere, indeed, because of how simple the protocol is (it’s very ubiquitous in IoT / embedded systems).
DynamoDB scales much more than that. In one of their dynamodb papers they claimed that the amazon us retail website alone made like 89 millions rps during prime day, a few years ago.
It's also one of the most aggravating database systems I've worked with.
It still scales though
WhatsApp is primarily 1 to 1 messaging. Why would this be hard to scale? Scaling horizontally, sharding, and message routing is all it takes, surely?
AWS IAM handles over 1.2 billion requests per second, based on a 2024 post, im sure its higher now https://aws.amazon.com/blogs/security/an-unexpected-discover...