Re: Can I use PostgreSQL to develop a self-organizing database system?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Rada Chirkova" <chirkova(at)csc(dot)ncsu(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Can I use PostgreSQL to develop a self-organizing database system?
Date: 2003-09-08 02:41:31
Message-ID: 22988.1062988891@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Rada Chirkova" <chirkova(at)csc(dot)ncsu(dot)edu> writes:
> at NC State University, my students and I are working on a project called
> "self-organizing databases," please see description below. I would like to
> use an open-source database system for implementation and would really
> appreciate your opinion on whether PostgreSQL is suitable for the project.

FWIW, I think Postgres will do very well as a base for your project.
But some might say I'm biased ;-)

Postgres was originally designed and built as a research tool, and it
still bears obvious traces of that heritage, even though the current
developers are almost single-mindedly focused on turning it into a
production tool. You might find this entertaining:
http://archives.postgresql.org/pgsql-hackers/2002-06/msg00085.php

I'm not personally convinced that materialized views would be a great
thing to add to Postgres, but I look forward to being proven wrong.
Please keep us posted on your results.

regards, tom lane

PS: BTW, pgsql-hackers is probably a better list than pgsql-general for
discussing research work with Postgres.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrew L. Gould 2003-09-08 03:14:21 Re: Cannot createdb
Previous Message Tom Lane 2003-09-08 01:34:05 Re: tsearch CVS and differences to version for 7.3.x