Compression and on-disk sorting - Mailing list pgsql-hackers

From Jim C. Nasby
Subject Compression and on-disk sorting
Date
Msg-id 20060515174540.GS26212@pervasive.com
Whole thread Raw
Responses Re: Compression and on-disk sorting
List 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 by date:

Previous
From: Douglas McNaught
Date:
Subject: Re: audit table containing Select statements submitted
Next
From: "Jim C. Nasby"
Date:
Subject: Re: [BUGS] BUG #2429: Explain does not report object's schema