Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Performance optimization

Sumit Rawal answered on May 21, 2023 Popularity 7/10 Helpfulness 2/10

Contents


More Related Answers

  • database optimization
  • optimization function
  • Program optimization
  • Performance efficiency#
  • Optimizing an if Program
  • Performance

  • Performance optimization

    0

    Performance optimization is a common topic in system design interviews. We will cover two areas to improve.

    First, multi-data center setup is crucial for a rate limiter because latency is high for users located far away from the data center. Most cloud service providers build many edge server locations around the world. For example, as of 5/20 2020, Cloudflare has 194 geographically distributed edge servers [14]. Traffic is automatically routed to the closest edge server to reduce latency.

    Figure 17 (Source: [10])

    Figure 17 (Source: [10])

    Second, synchronize data with an eventual consistency model. If you are unclear about the eventual consistency model, refer to the “Consistency” section in the “Design a Key-value Store” chapter.

    Popularity 7/10 Helpfulness 2/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on May 21 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.