What is the best way to build the table that will represent the tree? I want to implement a select ,insert ,update and delete that will work well with big data. The select for e
I'm surprised no one has mentioned going with a Closure Table. Very efficient for reads and pretty simple to write.