MySQL - Best method to handle this hierarchical data?
This is a followup to: MySQL - Is it possible to get all sub-items in a hierarchy? I have an arbitrary-depth adjacency list model table (I am at the point that I can convert it into a nested set model . I read the MySQL data on how to use a nested set model, though it seemed to get increasingly complex and very complex to do basic functions such as inserting, updating and deleting. Another blog showing how to use a trigger system with the adjacency list model to keep a table of ancestors that relates each object to its ancestors. Right now I need to be able to return a list of all children of