Implementing a hierarchical data structure in a database

后端 未结 6 603
难免孤独
难免孤独 2020-11-29 03:32

I know there are two approaches: adjacency list and nested tree. It\'s said that adjacency list can become slow to use on traversal because of numerous queries. But I don\'t

6条回答
  •  渐次进展
    2020-11-29 04:05

    Here are a couple of questions that might help you:

    SQL how to store and navigate hierarchies

    Which is the best database schema for my navigation

提交回复
热议问题