Tagged Questions

For issues relating to arranging data and/or resources in a hierarchy.

learn more… | top users | synonyms

7
votes
4answers
837 views

How to select all parents of a node in a hierarchical mysql table?

I have a MySQL table that represents data for a tree GUI component, here's the structure of my table: treeTable ( id INT NOT NULL PRIMARY KEY, parentId INT, name VARCHAR(255) ); parentId ...
6
votes
2answers
121 views

Storing hierarchical data in MySQL with high write load

I am building web application that should have high write load and thousands, even millions of hierarchical records representing user defined/constructed trees. I am not trying to build forum with ...
6
votes
1answer
204 views

Spring hierarchical context

I have following problem: I'm trying to implement Spring in existing ear application (using Jboss as App Server and Hibernate as ORM). The ear application consists of war(basically few simple ...
6
votes
2answers
1k views

SORTING Hierarchical Queries in SQL Server 2005

I have following issue: I have a table for maintaining the hierarchical data. I'd like to use CTE from SQL 2005. WITH tree (id, parentid, code, name) AS ( SELECT id, ofs.ParentID, ofs.code, ...
5
votes
2answers
504 views

PHP Multidimensional array to unordered list, building up url path

I have a multidimensional array in PHP produced by the great examples of icio and ftrotter (I am use ftrotterrs array in arrays variant): Turn database result into array I have made this into a ...
5
votes
3answers
943 views

What is the best practice for a hierarchical state machine using the state pattern?

I'm about to implement a hierarchical state machine in C# using the state pattern. As a guide I'm using this example. The example doesn't provide an answer regarding hierarchical states though. ...
4
votes
2answers
149 views

What strategy to use in Java for hierarchical reentrant read/write locking?

I'm looking for en efficient system to have a series of read/write locks organized hierarchically to manage access to hierarchically organized resources. If a subtree is locked for write, then no ...
4
votes
3answers
427 views

Single hierachical query for both all ancestors/parents and children (DB2/SQLServer)

I have found the solution for Oracle using UNION ALL on two hierarchical CONNECT BY queries, one fetching the ancestors and another the children. I want to achieve the same for both DB2 and SQL ...
4
votes
3answers
543 views

Out of memory error while using clusterdata in MATLAB

I am trying to cluster a Matrix (size: 20057x2).: T = clusterdata(X,cutoff); but I get this error: ??? Error using ==> pdistmex Out of memory. Type HELP MEMORY for your options. Error in ==> ...
3
votes
2answers
227 views

Use Jquery to convert single UL LI list into a hierarchal nested list based on a class

I have an unordered list that needs to be spilit into a hierachal list, depending on the class that has been pre-assigned to each . Specifically, if the original list is like this: <ul> ...
3
votes
4answers
649 views

Make hierarchy in PHP array in cycle

I've been fighting for hours with such a problem. For speeding my web-page I request database to get all categories just one time and then want to sort the array using PHP. Array ( [0] => ...
3
votes
1answer
179 views

Human-readable URLs: preferably hierarchical too?

In a now migrated question about human-readable URLs I allowed myself to elaborate a little hobby-horse of mine: When I encounter URLs like http://www.example.com/product/123/subpage/456.html I ...
3
votes
3answers
940 views

.Net MVC Passing Nested Data from Controller to View

I am creating a .NET MVC application and I have a view in which I want to display the following: Category followed by a list of items for the current Category [possibly] followed by a list of sub ...
3
votes
5answers
1k views

Why LDAP is not popular?

We start to use LDAP and I wonder why LDAP is not that popular? I read that it has faster reads than database, however slower writes. EDIT: Its the first time i use LDAP and i have been programming ...
3
votes
2answers
831 views

Use Linq to Query for terminal/Leaf nodes in Hierarchical Table/Composite pattern

I have a self-referencing table with an Id, CategoryName, and ParentId. It's a typical scenario of a hierarchy table of categories that can themselves be divided into categories that DB experts tell ...
3
votes
6answers
2k views

Hierarchical table column in Java

Is there any Java library that supports hierarchical column? For example (the first three row are columns) : 2008 | January | February ...
2
votes
2answers
30 views

Getting root parent

+--------+---------+-----------+ | id | title | parent_id | +--------+---------+-----------+ | 1 | Lvl-1 | null | +--------+---------+-----------+ | 2 | Lvl-2 | null | ...
2
votes
2answers
52 views

Tree like Database For Orders SQL

![enter image description here][2]I am working on a database that will create a three-tier structure. The idea is going to look like this: 1st level: Order table Primary Key - OrderID 2nd Level: ...
2
votes
1answer
245 views

Creating a hierarchical xml structure with ColdFusion

Can someone help me improve on this? There has to be a better way. What I am doing is building a local web service for flex to grab in order to populate a tree menu. Flex being the application I'm ...
2
votes
2answers
581 views

mySQL hierarchical query on codeigniter

I'm havin troubles trying to get the results from this table using slugs. | id | parent | slug | name | ----------------------------------------- | 1 | 0 | animations | animations ...
2
votes
4answers
236 views

CONNECT BY for two tables with two JOINS

I have 3 tables: - two with hierarchical structures (like "dimensions" of recursive type of hierarchy); - one with summing data (like "facts" with X column). There are here: 1) DIM1 (ID1, ...
2
votes
2answers
554 views

how to get the hierarchical menu from mysql

I have a table having hierarchical menus like "id" "parent_id" "name" 1 0 menu 2 1 item1 3 2 item1_1 4 1 item2 5 4 item2_1 ... ... and I have 100s of menu items here. In order to get all items in ...
2
votes
3answers
129 views

mod_rewrite: hierarchical sub-domains into hierarchical sub-directories

Consider the following problem, please. I have got domain.tld with hierarchical sub-domains like the following: a.domain.tld b.a.domain.tld c.b.a.domain.tld ... etc. There is also hypothetical ...
2
votes
2answers
910 views

Parent - Child sql query

id parent_id 1 0 2 0 3 2 4 0 5 1 6 0 I need a query that will return parent rows (parent_id=0) followed by its child rows: first parent all children of first parent second parent all ...
2
votes
2answers
636 views

Hierarchical Memory allocator library for C++

My application is mostly organised in layers so I found that something like the APR memory pools would be the best way. While reading on SO about C++ placement new posts here & here, and a more ...
1
vote
2answers
29 views

Redirect Hierarchical (Nested) URLs to Flat URLs

First question here :). A site we run currently uses hierarchical (nested) URLs e.g. example.com/folder/page/ We would now prefer flat URLs e.g. example.com/page/ Our CMS can easily allow a switch ...
1
vote
1answer
82 views

Oracle SQL Optimization : hierarchical query

I have this query that get list of records and traces the genealogy of each record but it runs forever. Can anyone help me improve the performance? WITH root_nodes AS (SELECT distinct ...
1
vote
1answer
81 views

How do I create a schema for a quiz engine?

I am developing a testing tool that will include different modules/categories of questions and will allow for different question/problem types (i.e. multiple choice, multiple choice with audio, audio ...
1
vote
1answer
129 views

How to get flat clustering corresponding to color clusters in the dendrogram created by scipy

Using the code posted here, I created a nice hierarchical clustering: Let's say the the dendrogram on the left was created by doing something like Y = sch.linkage(D, method='average') # D is a ...
1
vote
2answers
103 views

Is there a better way to hierarchically cluster in R?

I would like to do hierarchical clustering by row and then by column. I came up with this total hack of a solution: #! /path/to/my/Rscript --vanilla args <- commandArgs(TRUE) mtxf.in <- args[1] ...
1
vote
1answer
71 views

Duplicate Hierarchical Data to the same table - Oracle

How to duplicate hierarchical data to insert them at the same table, generating new Ids but keeping parent-child relationship
1
vote
1answer
144 views

Create a contextmenu with tree structure in c#

I'm struggling while try to create a ContextMenu in C# (WPF) with a hierarchical structure. The source is a simply List which contains these: \\root\folderA\programA.exe \\root\folderA\programB.exe ...
1
vote
1answer
109 views

modeling hierarchy/directory in a relational database

I would like to model a hierarchy/directory like what you see below, in a mysql table. You can see below the table schema I was thinking. However, the directory Im talking about would be comprised of ...
1
vote
2answers
64 views

Coercion of ts object class to hts object Rob J Hyndman's hts package

Would like to explore package beyond examples in docs but get hung up on coercion of ts object class to hts object: Error in dimnames(x) <- dn : length of 'dimnames' [2] not equal to array ...
1
vote
2answers
277 views

T-SQL CTE count ALL Leaves beneath a node

All CTE examples that I can find wrt counting invlove the classic 'how many direct reports' does a manager have. I have a subtle take on that which I cant figure out. Essenitally I want to see for ...
1
vote
1answer
146 views

php / Mysql associate tree search and item query

I have a tree of categories in my database. I also have a table of items associated with the tree by a category id. Now, I want to list all items in a specific category and its children and their ...
1
vote
2answers
764 views

php / Mysql best tree structure

I have to build a tree that will contain about 300 nodes inside it. The tree has no depth limitations. So it can have 3 or 15 levels. Each node can have an unlimited number of children. The priority ...
1
vote
2answers
563 views

Mysql, tree, Hierarchical query, performance

My question is based on the following article (the table and the function hierarchy_connect_by_parent_eq_prior_id) http://explainextended.com/2009/03/17/hierarchical-queries-in-mysql/ Lets assume ...
1
vote
1answer
66 views

Please recommend a clustering toolkit

I need to cluster a large quantity of texts, so please recommend a free toolkit to do it. Features I need includes: hierarchical clustering, sparse matrix representation, a cut-off threshold to stop. ...
1
vote
1answer
206 views

C# Find ultimate parent with LINQ

I have a hierarchical object with the following structure: public class Folder { public Folder Parent { get; set; } public IList<Folder> Child { get; set; } } If the folder is a root ...
1
vote
3answers
707 views

Telerik Radgrid Hierarchical

I have a Telerik RadGrid and have a very simple Hierarchical dataset that I want to display. I used the code from the Telerik example but it doesn't work. Does anyone know how to implement a ...
1
vote
2answers
154 views

Generating HierarchyID

I would like to insert the hierarchyId like this / - CEO (Root) /1/ - Purchase Manager /2/ - Sales Manager /1/1/ - Purchase Executive /2/1/ - Sales Executive This is what the hierarchy i would ...
1
vote
2answers
2k views

Wordpress custom post type hierarchy and menu highlighting (current_page_parent)

I have created a custom post type of 'portfolio' and page with a template that retrieves all posts matching that custom post type. The problem is when I drill down into the actual post, the post ...
1
vote
1answer
422 views

Eclipse and hierarchical file structure

I am using Eclipse 3.51 along with Maven 2.0.x, and Maven Eclipse plugin. The file structure of the project I am working on is hierarchical. Based on several sources, including this link ...
1
vote
3answers
103 views

hierarchical regex expression

Is it possible/practical to build a single regular expression that matches hierarchical data? For example: <h1>Action</h1> <h2>Title1</h2><div>data1</div> ...
1
vote
2answers
204 views

IQueryable into a hierarchy

I currently have an IQueryable of Questions. In my Question object I have and "id" and a "parentId" which can be used to create a hierarchy. Currently, I bind a RadTreeView to the IQueryable of ...
1
vote
2answers
173 views

sharding a database with hierarchical data structure

I am using MySQL to store my parent-child relation. The data is concentrated in one table and it is really elegant by design. I do not have any problem quering; however the table has grown in size ...
1
vote
1answer
885 views

Hierarchical Structure Vs Flat Structure

What are the pros and cons of using hierarchical data structure over flat data structure (more like tagging systems in blogs) Ecommerce systems like ebay, yahoo shopping and yellow pages use product ...
1
vote
0answers
131 views

Hierarchical Grid

Please help me to create a Hierarchical grid...i wanted to a '+' button in first column of parent grid and on the click of that '+' button i wanted to show the child details... I wanted to do this in ...
1
vote
3answers
1k views

Indented hierarchical table structure

I am trying to create a hierarchical display of nested tables, where each sub level is indented further from the parent. I'm open to using table or div. The closest I've come is below. It looks mostly ...

1 2