Re: [HACKERS] Advanced projects ... anyone interested? - Mailing list pgsql-hackers

From Michael Meskes
Subject Re: [HACKERS] Advanced projects ... anyone interested?
Date
Msg-id 19991209084351.A2250@fam-meskes.de
Whole thread Raw
In response to Advanced projects ... anyone interested?  (Gunther Schadow <gunther@aurora.rg.iupui.edu>)
List pgsql-hackers
On Wed, Dec 08, 1999 at 03:15:19PM -0500, Gunther Schadow wrote:
> is anyone interested in, or actually working on advanced issues
> with PostgreSQL, like:

Yes and no.

> - recursive queries and transitive closure optimization

Yup, that's the topic I'm interested in.

> I am planning to use PostgreSQL for medical information and medical
> knowledge, so I run into all these problems.  I wonder whether it
> makes sense to tweak on PostgreSQL for these matters or whether a
> more generic approach (where the client does all the advanced stuff)
> is more realistic.

IMO the backend should be expanded to handle this stuff. In fact I had
actual plans to add the recursive stuff but have not even found enough time
to dig into the source code. 

For those who don't know, I made my Ph.D. in deductive database systems
which is mostly about recursive queries and transitive closures.

Michael

-- 
Michael Meskes                         | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz    | Go Rhein Fire!
Tel.: (+49) 2431/72651                 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De           | Use PostgreSQL!


pgsql-hackers by date:

Previous
From: Peter Mount
Date:
Subject: RE: [HACKERS] Pooled postgresql backends
Next
From: "Oliver Elphick"
Date:
Subject: Re: [HACKERS] More initdb follies