The nested set model is a particular technique for representing nested sets (also known as trees or hierarchies) in relational databases.

learn more… | top users | synonyms (1)

0
votes
0answers
4 views

Get child at position X in nested set

I would like to get child at position X of a parent element in a nested set model. Is the correct method is to sort children by left attribute and then take the X-th ones ? Thanks
0
votes
0answers
12 views

Doctrine Query on Nested Set ordered by proximity

I am having an issue with an SQL query, under Symfony1.4, using doctrine. I have a location table, having Nested Set behavior: Location: actAs: NestedSet: hasManyRoots: true ...
0
votes
1answer
42 views

Creating Dynamic forms for awesome nested set association with in Ruby on Rails

Hi i am kind of rails newbie and i have two models Category and Product class Category < ActiveRecord::Base attr_accessible :name, :parent_id has_many :products acts_as_nested_set ...
0
votes
1answer
43 views

Nested set query using NHibernate's QueryOver API

I'm storing a hierarchy of categories using the nested sets model, that is, each category has a Left and a Right value and each category has a higher Left and a smaller Right than any parent. I'd ...
1
vote
0answers
32 views

Oracle histograms not useful for nested sets

We use PeopleSoft. It uses joins against self referencing trees in order to implement row level query security. This is accomplished using nested sets. As you can picture, the leaf nodes return ...
0
votes
4answers
82 views

How to add a parent where clause on a Nested set sql query for a menu structure

Im' working with a fully functional nesetd set system in PHP I'm using it to build a simple menu structure with max depth = 2 Now I've added in the table an additional field to control the visibility ...
0
votes
0answers
44 views

How do I use JavaScript to visually represent Nested Set Model diagrams?

I would like to chart Nested Set Model diagrams using JavaScript. I have considered using a library like jsPlumb in order to map the tree. However, for my use case I think that an actual Nested Set ...
0
votes
1answer
45 views

propel nested set behavior

I woudl like to build an oriented Graph using propel. The behavior I am looking for is similar to the nested set but with multiple parents for one child. What exists: P: Parent Node C: Child Node ...
0
votes
3answers
131 views

Rails: Multiple trees for a single item

I want to categorize objects in multiple trees to reflect their characteristics and to build a navigation on. So, given the following trees: Category1 -Category-1-1 -Category-1-2 Category2 ...
2
votes
4answers
102 views

List all SQL records occurring within x hours of another set of records

Am I even close on this? I'm trying to list all the records that contain "Ape"... as well as all the records that occur x days BEFORE any "Ape" record(s). I guess I need a self-join table? -- Doesn't ...
1
vote
1answer
161 views

Convert Nested set in php to nested array without depth parameter

Given an array: $arrData = array( 0 => array ( 'uid' => 1, 'name' => 'label', 'open' => 0, 'close' => 9 ), 1 => array ( 'uid' => 2, 'name' => ...
1
vote
1answer
389 views

jsTree Multiple Tree MySQL/PHP implementation - Nested-sets

I have implemented jsTree on my site with a php/MySQL back-end for tree storage and retrieval. I used the php/MySQL demo that came with the jsTree download for the basic infrastructure and then ...
0
votes
0answers
103 views

Dynamic multilevel select boxes for nested_set

Need to get multilevel select working with nested_set gem: 1st level : Continent select : -> Asia -> Europe -> North America ... 2nd level : country select which depends on previously selected ...
0
votes
1answer
79 views

Select the Items in Nested set

I have the following nested set. The cat.table: cat.ID Name Lft Rgt 1 A 1 8 2 B 2 5 3 C 3 4 4 D 6 7 5 E 9 14 6 F 10 11 7 G ...
0
votes
1answer
202 views

MySQL query to get full paths of nodes from nested set

I have nested set table (MySQL) with about 1.5 million records in it. The table structure is: id | name | root_id | lft | rgt | level I need to get strings, containing names of all parent records ...
0
votes
2answers
108 views

Select count of rows with unique values

I have a table that holds all of the items we have sold. There may be more than one item in an Order. I want to find the most popular item-color combinations where an order contains ONLY 1 item. I'm ...
0
votes
0answers
142 views

Symfony2 DoctrineExtensions NestedTree without parent column

I've again a problem with Symfony2 and Doctrine2. I'm currently working on a project where we migrate a Symfony1 project to Symfony2. Most important for the project is not to change database structure ...
1
vote
2answers
326 views

php mysql alternative to using same query again inside a loop [duplicate]

Possible Duplicate: Is it possible to query a tree structure table in MySQL in a single query, to any depth? I have an admin area I created that pulls data from the mysql database using php ...
0
votes
0answers
103 views

Why the counter cache works on creating a new object but not on updating an existing one?

I am using Ruby on Rails 3.2.2 and the AwesomeNestedSet gem. I am trying to counter cache child objects but I have a problem since that counter cache isn't updated when a record is updated, even if ...
0
votes
0answers
47 views

Highly changing database tree structure

I'm working on a project that has alot of hierarchy relational data stored in the database. I have an situation somewhat equal to the one discribed below. My main concern for this application is the ...
0
votes
3answers
303 views

How to query for all sub-categories containing a product (directly in sub-category, or anywhere down the category-tree, eg. in sub-sub category)?

Schema: Category [ id, parent, children, left, right, level, root, products ] Product [ id, category, marketSegments ] MarketSegment [ id ] Also each entity has fields like name, ...
0
votes
0answers
65 views

How to search for ancestors in a nested set model?

I am using Ruby on Rails v3.2.2, MySQL database and the AwesomeNestedSet gem in order to handle a nested set model data structure for places (addresses, cities, countries and so on). Columns present ...
1
vote
0answers
170 views

SQL Nested Set Hierarchy for permissions

I'm planning a system where users will be stored in a Nested Set Hierarchy of groups (e.g. Board Members, Regions, Divisions, Teams), that will be used to determine what level of data they can see. ...
0
votes
0answers
325 views

Nested hashmap as result in mybatis

I have a requirement im Mybatis 3, to convert the result of a select query in which contains joins to nested hashmap result. For example, consider the following mybatis mapper entry: <select ...
0
votes
1answer
58 views

What category / filter structure is this using? Nested Interval?

You can see on their category links that it's quite obvious that the only portion of their URL that matters is the small hash near the end of the URL itself. For instance, Water Heaters category ...
0
votes
2answers
106 views

Updating nested Array data using mongodb

I have nested data: Object _id: "90fac6ab-b88e-42a1-8e91-80ee25951ec7" answers: Array[4] 0: Object name: "myData" owned_by: "273b7291-df2b-494c-bd9b-64e71283447e" score: 0 I ...
3
votes
2answers
919 views

Yii nested set to dropdown menu

I'm using Yii nested set behavior, which helps me to keep my categories nested as seen here (nevermind title rows, they are in russian): And all I want to do is to have Bootstrap nested menu, which ...
0
votes
0answers
109 views

Richfaces Tree with Nested Sets

I would like to show projects with task in a hierarchical structure like Project A Task B TaskC TaskD etc To handle hierarchical structure in the Database I use nested sets. So the Sql - ...
0
votes
1answer
67 views

mySql force item in front of siblings in nested set

I have hierarchical data (categories) stored in a mySql database using the nested set model. All is working perfectly only I now need the ability to add a property to any node (force_to_top) which ...
5
votes
2answers
220 views

Update nested sets when changing parent or deleting

I have the following table structure, which is also on sqlfiddle for convenience: ...
4
votes
1answer
124 views

Testing model that acts_as_nested_set with RSpec

I have an Organization model that acts_as_nested_set, using awesome_nested_set: class Organization < ActiveRecord::Base acts_as_nested_set attr_accessible :name, :location_id, :parent_id ...
0
votes
0answers
87 views

How to sort JTableNested both by lft and name in Joomla

In Joomla there's a class call JTableNested which utilizes nested set structure. http://en.wikipedia.org/wiki/Nested_set_model What I want to achieve is how to sort both by "lft" (which will make ...
0
votes
1answer
275 views

php nested set, building links in navigation menu

I have a few categories in my database which I am retrieving using nested set model something like this(number in brackets represent depth): New(1) -General(2) -Console(2) Games(1) -pc(2) ...
0
votes
1answer
96 views

Hierarchical Product Count using Nested Sets in MySQL

If I have a nested set for categories, like so: Widgets Blue Red Green and I use a relational table to reference products to these categories, e.g. Products: id name 1 Glowing Widget ...
1
vote
2answers
502 views

Changing Link color on div hover when div is separate and nested

I have 12 links on the left side of my page that anchors to 12 divs on the right side of the page. Whenever I scroll down I want the color of the links to change on div hover. Problem: 1.) The 12 ...
6
votes
1answer
373 views

SQL Server Nested set vs Hierarchyid performance

I have a hierarchical data. The most common queries will be "get parent branch for node" and "get subtree of node". Updates and inserts are not likely to occur often. I am choosing between nested sets ...
1
vote
0answers
120 views

Nested Set Tree Model SQL, number of direct children and depth

I am trying to create a MySQL query that will return a list of nodes, the depth of each node, and how many direct children each node has. The reason for this is I am needing to populate a binary tree ...
1
vote
0answers
226 views

Nesting repeaters from a MySQL database using OdbcDataReader in ASP.NET 2.0

I asked this question a while ago, but had no response, since then I've been busy with other things, but came back to it today and still can't crack it. My original question: Using a One to Many ...
0
votes
2answers
150 views

Depth of Nested Set

I have a large mysql table with parent-child relationships stored in the nested set model (Left and right values). It makes it EASY to find all the children of a given item. Now, how do I find the ...
0
votes
1answer
464 views

mongodb…Mongoose update nested sets… why is this so hard arg

I'm trying to fix some data globally... Why am i getting this error...TypeError: Object function model(doc, fields, skipId) { if (!(this instanceof model)) r I am getting all the data and it should ...
1
vote
0answers
106 views

Part Database - Network Model / Hierachal Model / Nested Sets / Acyclic Graphs. Which is right here?

We are using PHP / SQL to build a parts database which will output as a tree structure. After plunging head first into the coding with the nested sets model we realised that we needed to adjust the ...
3
votes
2answers
116 views

Rendering Nested Comments

I typically render comments in a simple repeater. I have a social app which requires nested comments (being able to comment on a comment). So I have objects which look like this: class Comment { ...
0
votes
2answers
374 views

How to reflect “Nested Sets” model in JPA

It is good to use Nested sets for the hierarchical data. But in this design you should calculate always the right and the left nodes if you delete or insert some data. Additionally you don't have any ...
0
votes
1answer
113 views

MySQL Storing different nested sets in same table

I have a table that stores nested sets. It stores different nested sets differentiated by a collectionid (yes i'm mixing terms here, really should be nestedsetid). it looks somewhat like this: id | ...
0
votes
0answers
94 views

How can I dump a Nested Set tree in MySQL

In my current web program, I'm able to display products that match up with clicked categories, but I am unable to show which products belong to which categories all at once. I was contemplating using ...
0
votes
0answers
193 views

INSERT multiple rows FROM a select FOR EACH match in another query

I am having trouble with the syntax for my query and again it may be due to my lack of knowledge of JOIN's which is steadily improving. Here is the singular version of the INSERT query I am trying to ...
2
votes
2answers
848 views

PHP/mySQL: Import data and store in hierarchical nested set for use with jsTree

I'm using jsTree to view hierarchical data that is stored in a mySQL database as a nested set (left, right, level, etc.). This is working fine, but I need to allow users to import data by uploading a ...
0
votes
0answers
99 views

Calculation for new node in nested set in jstree

I am using jstree and wrote a php command to add a node. However, i since found out that jstree uses both the adjacency and the nested set model. Just using parent and child does not work, and I get ...
1
vote
1answer
65 views

Propel Nested Set Undelete Soft Deleted

I use propel and soft delete and propel nested set. When I delete a node without children and then do $node->undelete() everything is fine, node is recovering from soft delete. But if a node have ...
1
vote
1answer
182 views

Using the results of one query in another

We are using a hybrid of the nested sets model to allow a child to have multiple parents. It is an expansion on the nested set model described in Mike Hillyers blog: ...

1 2 3 4 5 6