Re: Efficiently storing a directed graph

From: "Adam Rich" <adam(dot)r(at)sbcglobal(dot)net>
To: "'Kelly Jones'" <kelly(dot)terry(dot)jones(at)gmail(dot)com>, <mysql(at)lists(dot)mysql(dot)com>, <pgsql-general(at)postgresql(dot)org>, <graphviz-interest(at)research(dot)att(dot)com>, <nmlug(at)nmlug(dot)org>
Subject: Re: Efficiently storing a directed graph
Date: 2008-03-01 23:02:24
Message-ID: 03ac01c87bf0$5054a070$f0fde150$@r@sbcglobal.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I'm not married to using SQL: are there other efficient solutions to
> store directed graphs? Could I hack something up in Perl or Ruby and
> then serialize my in-memory graph to a file (for efficient
> saving/reloading)?

As far as a perl solution, I would suggest posting your problem on
perlmonks.org

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joe Conway 2008-03-02 02:28:19 Re: Efficiently storing a directed graph
Previous Message Maciej Sieczka 2008-03-01 22:33:53 Re: how to auto GRANT custom ACL on a new table?