Re: Native XML - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Native XML
Date
Msg-id 4D6BCD26020000250003B142@gw.wicourts.gov
Whole thread Raw
In response to Re: Native XML  (Anton <antonin.houska@gmail.com>)
Responses Re: Native XML
List pgsql-hackers
Anton <antonin.houska@gmail.com> wrote:
> it was actually the focal point of my considerations: whether to
> store plain text or 'something else'.
Given that there were similar issues for other hierarchical data
types, perhaps we need something similar to tsvector, but for
hierarchical data.  The extra layer of abstraction might not cost
much when used for XML compared to the possible benefit with other
data.  It seems likely to be a very nice fit with GiST indexes.
So under this idea, you would always have the text (or maybe byte
array?) version of the XML, and you could "shard" it to a separate
column for fast searches.
-Kevin


pgsql-hackers by date:

Previous
From: Anton
Date:
Subject: Re: Native XML
Next
From: Robert Treat
Date:
Subject: Re: Re: Why our counters need to be time-based WAS: WIP: cross column correlation ...