How to start learning high scalability
espin086

How to start learning high scalability

When we usually are interested about scalability we look for links, explanations, books, and references. This mini article links to the references I think might help you in this journey.

DISCLAIMER:
You don't need to have N machines to build/test a cluster/high scalable system, currently you can use Vagrant and up N machines easily.

THE REFERENCES:

Now that you know you can empower yourself with virtual servers, I challenge you to not only read these links but put them into practice.

Good questions to test your knowledge:

  • Why to scale? how people do that usually?
  • How to deal with user session on memory RAM with N servers? how LB know which server is up? how LB knows which server to send the request?
  • Isn't LB another SPOF? how can we provide a failover for LB?
  • Isn't my OS limited by 64K ports? is linux capable of doing that out of the box?
  • How does mongo solves failover and high scalability? how about cassandra? how cassandra does sharding when a new node come to the cluster?
  • What is cache lock? What caching policies should I use?
  • How can a single domain have multiple IP addresses (ex: $ host www.google.com)? What is BGP? How can we use DNS or BGP to serve geographically users?

Bonus round: sometimes simple things can achieve your goals of making even an AB test.

Please let me know any mistake, I'll be happy to fix it.

I faced some problem while creating N machines by the vagrant file content provided in the DISCLAIMER section. I summed up what I did to solve the issues in the following gist. Thanks a lot Leandro for this great article! https://gist.github.com/FarsanRashid/7ea2a58e5fe9c62ebf9417412f762778

Luiz Gonzaga dos Santos Filho

Senior Engineering Leader leading calm and performant teams

10 å¹´

Great post! Keep 'em coming!

赞
回复

要查看或添加评论,请登录

Leandro Moreira的更多文章

社区洞察

其他会员也浏览了