design a system supporting massive data storage and query

前端 未结 4 1046
情歌与酒
情歌与酒 2020-12-23 08:47

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:12

    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)

提交回复
热议问题