donnemartin/system-design-primer

Efficient method to address concurrent requests in a successfully e-commerce platform

Open

#63 创建于 2017年4月15日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Python (348,624 star) (56,208 fork)batch import
help wantedquestion

描述

Hi,

Given a successfully e-commerce platform like Amazon, when there are millions of sellers and buyers. If a seller is selling many 20 articles and receives 30 concurrent buying request from customers. How will the platform addresses effectively and efficiently all those concurrent requests.

Here is what I thought of: Synchronizing the database for any buying request. The problem here is that we will have some latency and performance issues.

Any Better Solutions. Thanks.

贡献者指南