From: | Gregor Zeitlinger <zeitling(at)informatik(dot)hu-berlin(dot)de> |
---|---|
To: | PostgreSQL Hackers Mailing List <pgsql-hackers-owner(at)postgresql(dot)org> |
Subject: | is GiST still alive? |
Date: | 2003-10-21 12:46:57 |
Message-ID: | Pine.LNX.4.33.0310211441050.12209-100000@mitte.informatik.hu-berlin.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
I'm developing a native XML database (C++) (which is supposed to become
open source one day) and I'm wondering wheather I could use GiST for it's
indexes. Is GiST still alive?
Also, I'm looking for a database that I could use for my XML database.
Right now, I'm using a custom IO layer. Right now, it doesn't seem to be a
problem, because transactions, etc. are not supported yet. I already took
a look at some of the native xml databases such as apache xindice and
exist, but they don't seem to focus on performance and scalability, as I
do.
Would PostgreSQL fit that requirement? And are you interested in having a
fast, scalable XML access method?
--
Gregor Zeitlinger
gregor(at)zeitlinger(dot)de
From | Date | Subject | |
---|---|---|---|
Next Message | Rod Taylor | 2003-10-21 12:52:43 | Re: multi-backend psql |
Previous Message | Heikki Linnakangas | 2003-10-21 10:58:39 | Re: 2-phase commit |