Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: Best SQL hierarchical model for large/heavily updated graphs?

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@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 - 04:37:53 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US