Compression and on-disk sorting

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Compression and on-disk sorting
Дата
Msg-id 20060515174540.GS26212@pervasive.com
обсуждение исходный текст
Ответы Re: Compression and on-disk sorting
Список pgsql-hackers
A recent post Tom made in -bugs about how bad performance would be if we
spilled after-commit triggers to disk got me thinking... There are
several operations the database performs that potentially spill to disk.
Given that any time that happens we end up caring much less about CPU
usage and much more about disk IO, for any of these cases that use
non-random access, compressing the data before sending it to disk would
potentially be a sizeable win.

On-disk sorts are the most obvious candidate, but I suspect there's
others.
-- 
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461


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

Предыдущее
От: Douglas McNaught
Дата:
Сообщение: Re: audit table containing Select statements submitted
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: [BUGS] BUG #2429: Explain does not report object's schema