Re: Best SQL hierarchical model for large/heavily updated graphs?

From: <felix.lungu_at_gmail.com>
Date: 8 Feb 2006 02:37:53 -0800
Message-ID: <1139395073.222312.56940_at_o13g2000cwo.googlegroups.com>


keep them as tuples: parent->child. but might not need a database server for this.
you can roll your own system that works in memory and logs your changes to disk until a checkpoint..

for a simmilar problem (gsm/umts network topology and performance measurements) i have used in the past (i'm still using it for financial data) kdb+ (http://kx.com). it is database system which looks like sql but you can program it like apl.

felix Received on Wed Feb 08 2006 - 11:37:53 CET

Original text of this message