Re: Need Help Spanning A Category Tree
- From: --CELKO-- <jcelko212@xxxxxxxxxxxxx>
- Date: Thu, 9 Jul 2009 20:16:21 -0700 (PDT)
Get a copy of TREES & HIERARCHIES IN SQL and about the Nested Sets
Model. It will run much better than this adjacency list model. You
are just mimicking pointer chains in SQL instead of doing declarative
set processing. The CTE kludge is a hidden cursor, etc.
.
- Follow-Ups:
- Re: Need Help Spanning A Category Tree
- From: pbd22
- Re: Need Help Spanning A Category Tree
- References:
- Need Help Spanning A Category Tree
- From: pbd22
- Need Help Spanning A Category Tree
- Prev by Date: Re: Please check this SQL line for me - SQL to return value to a variable
- Next by Date: Re: killed process not releasing temp space?
- Previous by thread: Re: Need Help Spanning A Category Tree
- Next by thread: Re: Need Help Spanning A Category Tree
- Index(es):
Relevant Pages
|
Loading