Live data from Hacker News

Things I learned about rapidly scaling websites with Azure

troyhunt.com

1–5 of 5 posts

Re: Things I learned about rapidly scaling websites with Azure

#4
This is a great writeup, and it shows that Azure provides fantastic UX. I'm also grateful that you include the price. If HIBP ran on < $50, I can surely launch a product and shell out $5/month, if only for bragging rights. You've sold me on trying this out

Re: Things I learned about rapidly scaling websites with Azure

#5
scaling? databases?

this is serving up some static content, and a string lookup in a hash table.

a single cheap vps with 768mb of ram should be able to handle thousands of requests/second without issue.

(50 chars email average + 2 * 4 byte pointers) * 10M entries => 512mb ram

(and with some noddy splitting by email domain you could probably quarter that)