design a system supporting massive data storage and query

前端 未结 4 1786
不思量自难忘°
不思量自难忘° 2020-12-23 08:35

I was asked by the interviewer to design a system to store gigabytes of data and the system also has to support some kind of query.

Description:

4条回答
  •  别那么骄傲
    2020-12-23 09:03

    I believe the interviewer was expecting a distributed computing based solution, esp when "100 billion records" are involved. With the limited knowledge of Distributed Computing I have, I would suggest you to look into Distributed Hash Table and map-reduce (for parallel query processing)

提交回复
热议问题