For questions relating to hierarchical or nested data.
0
votes
0answers
22 views
mongodb multiple categories, each with its own hierarchy tree
I have a collection categories with such schema:
_id: ObjectId, name: String, parent: ObjectId
and another collection products, with a reference:
name: String, category: [ObjectId, ObjectId, ...]
...
0
votes
1answer
41 views
Limit the depth of hierarchical query
I am having a hierarchical table like below. I want to set the FLAG attribute based on the CODE values. The possible Code values are R, NR, RN and NF. The FLAG will be set to 'Y' iff the corresponding ...
0
votes
1answer
26 views
Calculating Treversal Tree items level
I have a database that has category names. The columns are ID | CategoryName | ParentID. I'm using row_array() from the CodeIgniter model, and I want to add a level key to that row array. I have a ...
0
votes
0answers
21 views
Paginating hierarchical data using closure tables (MySQL)
I am trying to query paged hierarchical comments sorted by score. score is an integer, and the comments table has a self-referential parent_id column.
Each page should have at least one root comment ...
0
votes
0answers
15 views
FluentNHibernate get hierarchical data correctly c#
I am having trouble retrieving hierarchical data of categories and subcategories using FNH.
This is how my CategoryModel looks like
public class Category
{
public virtual long CategoryId ...
0
votes
0answers
24 views
Oracle 11g Hierarchical Query Inter-Row Calculations
Is there anyway to have interrow calculations done within a hierarchical query? I have a requirement to explode a BOM, but determine the 'rolled-up' usage of each child component, based on the usage ...
0
votes
1answer
17 views
What is best way to store hierchical data in Mysql for more than one root?
i have read so many blogs and links to save the hierarchical data in mysql database like nested set modal *Transitive Clousure Modal* Child Parent Hierchy . but i am little bit confuse can any body ...
1
vote
0answers
27 views
Hierarchical caching structure in .net 4.0
I want to store objects in cache in a hierarchical structure (so a whole tree branch can be removed at once if the object expires).
For this I made a custom hierarchic structure, where the elements ...
1
vote
2answers
66 views
Retrieve hierarchy from a table like this
I'm using MySql with PHP and have all my data in a table like this:
"id" "name" "description" "level" "parent" "country" "maxLevel"
"1" "Kitchenware" "Kitchenware ...
0
votes
1answer
27 views
sorting hierarchical datas in Asp.Net
My database structure is:
Table Name: Category
Columns: CategoryID | CategoryName | ParentID
I want to list all categories by their children and their childrens' children also. I'm using WITH for ...
0
votes
1answer
36 views
Hierarchical Category sorting with subCategory's ID
I have problem about the hierarchical category sort in mssql.I have sql code that lists category with their level in the following code segment.
WITH TempCtgry (CtgryID, CtgryName, ParentCtgryId, ...
0
votes
1answer
58 views
Error in R: multi effects models
I'm having a few issue's I'd appreciate some help with.
head(new.data)
WSZ_Code Treatment_Code Year Month TTHM CL2_FREE BrO3 Colour PH TURB seasons
1 2 3 1996 1 30.7 ...
0
votes
1answer
27 views
Using bottom-up or top-down search to find the best path from hierarchical data
I have the following table structure,
Create Table Nodes
(
NodeID int,
ParentNodeID int, // null if root node
NodeText nvarchar(100),
NodeCost int
)
Now I need to do a sort of ...
1
vote
1answer
100 views
Optimal way to model documents hierarchy in CouchDB
I'm trying to model document a hierarchy in CouchDB to use in my system, which is conceptually similar to a blog. Each blog post belongs to at least one category and each category can have many posts. ...
3
votes
3answers
86 views
Database Schema for User Tagging using Nested Set/Adjacency List
I have seen many posts on building database schemas for object tagging (such as dlamblin's post and Artilheiro's post as well).
What I cannot seem to find in my many days of research is the schema ...
0
votes
0answers
8 views
Is there any database IDE that can handle tree-structured data?
The problem of handling tree-structured data in code / database has already been studied there:
What is the most efficient/elegant way to parse a flat table into a tree?
However, as a developper ...
1
vote
1answer
51 views
Oracle: convert tree structure to XML
I have a simple tree structure, where child elements are connected to parent elements, that I need to convert to XML.
Currently, I use recursive function calls to implement this (i.e. to retrieve the ...
0
votes
2answers
26 views
MySQL return all records in a hierarchical struture
I've got a simple hierarchical table 'Groups' where I store the parent-id of each child.
I'm trying to query each member of the table Groups with the following query:
SELECT groups.name AS 'Group ...
0
votes
0answers
44 views
C++ multi-threaded data management
I am looking for conceptual advice regarding managing a large quantity of data in a computer vision project of mine. I am having trouble a) conceptualizing and b) implementing a concept of ...
0
votes
1answer
79 views
How to create hierarchical json using data from a psql database?
I am using php to connect to my psql database and have some initial code to connect to a database, access a table and set a column to an array etc. I, however, have been struggling to get my data into ...
2
votes
1answer
87 views
Rendering a tree from a closure table SELECT statement?
[previous question]
I'm trying to add reddit-like comments to an app, and I decided to go with the closure table pattern for database organization. My app database looks somewhat like this:
posts
...
0
votes
1answer
72 views
Running a SELECT query on a closure table with a JOIN?
I have an app set up which has nested comments attached to posts. I decided to use the closure table method (slide 40) for the comments due to how cheap hard disk space is versus how easy it seems to ...
0
votes
0answers
11 views
What are 'Details' and 'Extended' keywords in Binding statement?
In the expression
{Binding Path=Orders_Order Details Extended, Source={StaticResource customersOrdersViewSource}}
what do the keywords 'Details' and 'Extended' do? I can't find anything about this ...
1
vote
1answer
43 views
Oracle Hierarchical Query on Linked List Table
I have the following table that implements a linked list. I want to query starting with rate_sequence_id of 1, and get the next record linked to it, which is 30 in this case. So the query should ...
0
votes
0answers
62 views
Hierarchical data ComboBox with empty first row
I have a ComboBox with hierarchical data - items are not all together, but are divided into groups.
Example: If I click to the ComboBox, there are many items, but divided into groups - the ...
0
votes
2answers
59 views
How to select limited rows and their related data? [closed]
The Question
This is more a PHP question.
How to select limited rows and their related data in a tree structure?
Lets say I want to select the first 2 contacts in my contacts list and all of their ...
1
vote
2answers
81 views
why is this group_concat not working?
I don't understand why this GROUP_CONCAT is not working, as far as the outer query is concerned there are 3 rows returned so I want to group_concat by that but it doesn't like it...
...
0
votes
1answer
61 views
groups and sub-group up to 5 level database structure
i was wondering what is the best structure for a table in mysql,
The structure needs to have:
Parent (level 0)
-region (inside regions are)(level 1)
-countrys (inside countrys are)(level 2)
...
1
vote
0answers
269 views
VB.Net 2010 / SQL Server 2012 - Populate Treeview with hierarchyid data (Winforms)
I'm looking for a flexible way to populate a treeview in a WinForms application with data from a SQL Server 2012 database. Here's the structure of the data:
CREATE TABLE [dbo].[tblCommodity](
...
3
votes
2answers
121 views
Resampling Within a Pandas MultiIndex
I have some hierarchical data which bottoms out into time series data which looks something like this:
df = pandas.DataFrame(
{'value_a': values_a, 'value_b': values_b},
index=[states, ...
0
votes
1answer
75 views
Distributed database for tree structured data?
I'm looking for a database that is designed to handle tree structured data. I've looked into Neo4j and it's nice, but it doesn't really support sharding. Couchbase on the other hand isn't really built ...
1
vote
5answers
2k views
Auto-populating Select Boxes using jQuery & AJAX in asp.net MVC
1-problem: I need to enable users to select one or more things from a large amount of information that is grouped into a hierarchical structure for selection, data entry, were data could have a depth ...
8
votes
5answers
228 views
How to find the hierarchy path for a tree representation
I have a tree hierarchy look this built into a table with the parent_id pointing to the previous root node.
I am iterating through all root nodes (root1, root2) and I am setting path to either root1 ...
2
votes
1answer
74 views
Hierarchical tree in SQL database - different database server types
I have to store a hierarchical tree into a SQL database. After a search here on the site I found a couple solutions, but I still need some help.
In short, I have “inputs” that must be routed to ...
0
votes
0answers
80 views
Hierarchical Binding Through Data Attributes
Can I setup grouping in a mobile listview using the data initialization approach? For instance, I can wire up binding like so:
<ul id="list1" data-role="listview" data-bind="source:list" ...
0
votes
1answer
74 views
Wrapping hierarchical data around li tags with doctrine2-nestedset
I am using https://github.com/blt04/doctrine2-nestedset to manage my hierarchical data.
It manages hierarchy with following database structure:
categories
-id
-root
-lft
-rgt
-name
I need to ...
1
vote
1answer
171 views
How to implement hierarchical navigation in angularjs?
How would one go about implementing hierarchical navigation in angularjs? For example, given the site structure below how could it be implemented in a sidebar using angularjs?
Recipes
. Starters
. ...
1
vote
1answer
122 views
What is proper SQL(MySQL) data structure for holding hierarchical tag-cloud / categories with shared sub-categories?
According to this article Managing hierarchical data in mysql the most suitable solution for holding regular hierarchical data is a Nested Set Model, which i totaly like, but unfortunately my task is ...
0
votes
2answers
198 views
Sql Query to return leaf nodes?
Hi i have a Table as follows
ID || NAME || PARENTID || LEAF
1 || A || NULL || 0
2 || B || 1 || 0
3 || c || 2 || 1
4 || A || 1 ...
0
votes
1answer
209 views
How to create Solr schema for hierarchical facet by splitting data into multiple fields at index time
I want to implement Solr hierarchical facet for my application where there is 2 level hierarchy between Category and SubCategory. I want to use a solution mentioned on ...
4
votes
2answers
184 views
Which hierarchical model for menu and categories is used in CMS like Joomla or WP?
Adjaceny or Nested sets model or something else?
I am interested in CMS like Joomla or WordPress and how they deal with menus, categories and other hierarchical datas that are stored in db.
Thanks ...
0
votes
1answer
161 views
Oracle - junction tables and connect to prior
I have problem that I think is only solvable with a Connect-to-prior statement.
My data model is, simplified, as follows:
create table TASK
( TASK_ID number
);
create table ITEM
( TASK_ID number,
...
1
vote
0answers
120 views
Move parent AND children in SQL Hierarchy data
We have a table in our DB that uses the hierarchyid datatype and I am trying to find a way to reassign a parent and all it's children to a new parent. I've found ways to move just the children but ...
1
vote
0answers
34 views
How to prune dead branches in a hierarchical data structure
We have a table that has an int NodeID column for primary key and a self join to the int ParentID column and a varchar(25) Name column.
We need a query that will delete all dead branches for a given ...
0
votes
1answer
107 views
database design for online system using adjacency list model
i am trying to create a online shopping application using asp.net c# and mysql,
i have many categories which has two level subcategories and and some categories do not have subcategories somewhat ...
2
votes
2answers
153 views
Genealogy tree mysql
I'm trying to create a structure to store and read dogs pedigree using php and mysql.
I found on stackoverflow this kind of structure, and it seems to be efficient: Inbreeding-immune database ...
0
votes
1answer
96 views
join within recursive with adjacency
I have something like this:
CREATE TABLE categories (
id varchar(250) PRIMARY KEY,
name varchar(250) NOT NULL,
parentid varchar(250)
);
CREATE TABLE products (
id varchar(250) PRIMARY KEY,
name ...
6
votes
1answer
134 views
How to optimize A* (AStar) Search for Concave Shapes? (includes screenshots)
I am writing a fairly simple top down, 2D game. It uses an evenly spaced 2D grid of tiles for all collision data. Each tile in the grid is either solid or empty.
For path finding I am using A* (A ...
0
votes
1answer
52 views
Asynchronous function call inside tree loader extension function
I have a function which will load children of a Node. Internally it calls a WCF async service to load. The signature is as follows.
public void AddChildElements(Node parentElement,
...
1
vote
0answers
54 views
MySQL Sort Groups of rows
I have a table menu which contains rows which refers to others rows in the same table via foreign keys.Here the table:
+----+---------------+--------+
| id | title | parent |
...





