From: | Michael Meskes <meskes(at)postgresql(dot)org> |
---|---|
To: | Gunther Schadow <gunther(at)aurora(dot)rg(dot)iupui(dot)edu> |
Cc: | "hackers(at)postgreSQL(dot)org" <hackers(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] Advanced projects ... anyone interested? |
Date: | 1999-12-09 07:43:51 |
Message-ID: | 19991209084351.A2250@fam-meskes.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)Fam-Meskes(dot)De | Use PostgreSQL!
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Mount | 1999-12-09 07:46:00 | RE: [HACKERS] Pooled postgresql backends |
Previous Message | Peter Mount | 1999-12-09 07:28:11 | RE: [INTERFACES] Transaction support in 6.5.3/JDBC |