Re: Update on sort-compression stuff

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Update on sort-compression stuff
Дата
Msg-id 14306.1148326948@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Update on sort-compression stuff  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-hackers
Martijn van Oosterhout <kleptog@svana.org> writes:
> I implemented a basic implementation using pg_lzcompress. It appears
> that pg_lzcompress is very, very slow. I was afraid that I'd made an
> infinite loop, but it was just really slow. Mind you, the overhead of
> each call might have been the problem, it was being called on every
> 32KB block.

Something wrong there, because the entire point of pg_lzcompress was to
be pretty fast.  I agree it needs looking into.
        regards, tom lane


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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Update on sort-compression stuff
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: pgbench create index anomoly