Top "Tree-structure" questions

How to store directory / hierarchy / tree structure in the database?

How do i store a directory / hierarchy / tree structure in the database? Namely MSSQL Server. @olavk: Doesn't look like you've …

sql-server sql-server-2005 database-design tree-structure
Optimized SQL for tree structures

How would you get tree-structured data from a database with the best performance? For example, say you have a folder-hierarchy …

sql sql-server tree-structure
Creating a new Folder with given path

I'm wondering if any of you have created a function to create a folder within a given path. For Example: …

python tree-structure
Recursive search on a collection in MongoDB

I have a list of documents in MongoDB with tree structure, where Model Tree Structures with Parent References pattern used. …

mongodb aggregation-framework tree-structure
Dynamic Javascript Tree Structure

I would like to build the hierarchy dynamically with each node created as a layer/level in the hierarchy having …

javascript loops dynamic-data javascript-objects tree-structure