donnemartin/system-design-primer

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

オープン

#63 opened on 2017/04/15

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Python (58,028 件のフォーク)batch import
Good first issueUIUXhelp wantedquestion

Repository metrics

Stars
 (365,780 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド