Distributed System Design Model from Jeff Dean

Source: Internet
Author: User

 

This article is a note of a speech by Google Academician Jeff Dean at this year's socc conference. It mainly introduces some models used to design distributed systems, the video address of this speech (Silverlight needs to be installed ).

    1. Splitting a large and complex system into multiple services with as few dependencies as possible helps test, deployment, and independent development by small teams. Example: a Google search depends on more than 100 services. IKE: a mechanism is required to ensure the fault-tolerant of the service, so the failure or failure of a service cannot affect the global effect.
    2. You need protocol description language, such as protocol buffers. IKE: This reduces the amount of code for communication.
    3. Ability to predict performance based on system design before development. There are some important numbers at the bottom. IKE: remember the numbers.
    4. When designing a system, do not want to be comprehensive, but focus on it.
    5. For incremental design, but not unlimited design, for example, to design 5-50 times of incremental, but more than 1000 times, you need to rewrite and redesign.
    6. Backup requests are used to reduce latency. For example, if a processing involves 1000 machines, the backup request mechanism is used to prevent the processing from being delayed by a slow machine. IKE: this mechanism is very suitable for mapreduce.
    7. Use range to distribute data, rather than hash, because it is relatively simple in semantics and easy to control.
    8. A flexible system can be scaled as needed, and some features are disabled when required, for example, the spelling check is disabled.
    9. One interface and multiple implementations.
    10. Add enough observation and tuning hooks ).

 

Figure 1. Important Numbers

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.