on Database Trees
Published on 4/16/2012
This is more a note to myself, but it looks like the best tree option in a database is Recursive Query, at least in Postgres, which supports the WITH clause.
Closure Table is the next best option.
... viewsPublished on 4/16/2012
This is more a note to myself, but it looks like the best tree option in a database is Recursive Query, at least in Postgres, which supports the WITH clause.
Closure Table is the next best option.
... views