Re: Native XML

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Native XML
Дата
Msg-id 4D6BCD26020000250003B142@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Native XML  (Anton <antonin.houska@gmail.com>)
Ответы Re: Native XML  (Andrew Dunstan <andrew@dunslane.net>)
Список 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 по дате отправления:

Предыдущее
От: Anton
Дата:
Сообщение: Re: Native XML
Следующее
От: Robert Treat
Дата:
Сообщение: Re: Re: Why our counters need to be time-based WAS: WIP: cross column correlation ...