在leetcode这节课上,我看课件上直接就说我们选用Document DB,比如problem table etc,也没有具体说原因。我觉得对于leetcode这种系统来说,一般的relational DB也可以用。所以想问这里DB是怎么选的?
Leetcode 这个题目也可以用 relational DB。提到 document store 是因为比较方便存储格式略有不同的数据。
在leetcode这节课上,我看课件上直接就说我们选用Document DB,比如problem table etc,也没有具体说原因。我觉得对于leetcode这种系统来说,一般的relational DB也可以用。所以想问这里DB是怎么选的?
Leetcode 这个题目也可以用 relational DB。提到 document store 是因为比较方便存储格式略有不同的数据。