Re: Compression of text columns

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Compression of text columns
Дата
Msg-id 1129017777.8300.354.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Compression of text columns  (Stef <svb@ucs.co.za>)
Список pgsql-performance
On Mon, 2005-10-10 at 14:57 +0200, Stef wrote:
> Is there any way to achieve better compression?

You can use XML schema aware compression techniques, but PostgreSQL
doesn't know about those. You have to do it yourself, or translate the
XML into an infoset-preserving form that will still allow XPath and
friends.

Best Regards, Simon Riggs


В списке pgsql-performance по дате отправления:

Предыдущее
От: "Announce"
Дата:
Сообщение: Re: What's the cost of a few extra columns?
Следующее
От: "Andy"
Дата:
Сообщение: Massive delete performance