Click to See Complete Forum and Search --> : Biggggg Tree Data Structure


KnNeeded
March 25th, 2003, 05:37 AM
Hi,

I have implemented a relational database to store a tree like database (used a method simular to the one found here codeproject (http://www.codeproject.com/asp/hierarchicalsql.asp) ).

We have that with some very large databases with many levels of trees and found a great db performance problem. I was wondering if there are any commercial solutions for database storage that is specifically optimised for tree data structures?

Thanks

KnNeeded.

eduardo7095
March 28th, 2003, 02:35 PM
How about using Joe Celkos approach to building tree structures in SQL "SQL for amarties"

Hope that helps

dionn
May 14th, 2003, 07:27 PM
Have you tried IronGrid's IronEye SQL product? It is a quick and easy way to find out where the performance problems might be...you can get a free trial at www.irongrid.com (http://www.irongrid.com/catalog/product_info.php?products_id=30)

KnNeeded
May 15th, 2003, 03:20 AM
Thanks for the suggestions,

Have tried the trial version and found the problem :).

KnNeeded