大家都是怎么 存储关系型数据结构的? 例如 : the nested set model ; parentID;
1
Ouyangan May 28, 2016
目前采用的 parent_id
|
3
markmx May 28, 2016
left right
|
5
kslr May 29, 2016 via Android
parent_id 简单方便性能也不差
|
6
iugo May 29, 2016
除了 nested set, 也可以二叉树 binary tree.
|