From: | Andres Freund <andres(at)2ndquadrant(dot)com> |
---|---|
To: | Fujii Masao <masao(dot)fujii(at)gmail(dot)com> |
Cc: | Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, KONDO Mitsumasa <kondo(dot)mitsumasa(at)lab(dot)ntt(dot)co(dot)jp>, Dimitri Fontaine <dimitri(at)2ndquadrant(dot)fr>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Compression of full-page-writes |
Date: | 2013-10-22 07:10:22 |
Message-ID: | 20131022071022.GA5329@awork2.anarazel.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2013-10-22 12:52:09 +0900, Fujii Masao wrote:
> So, our consensus is to introduce the hooks for FPW compression so that
> users can freely select their own best compression algorithm?
No, I don't think that's concensus yet. If you want to make it
configurable on that level you need to have:
1) compression format signature on fpws
2) mapping between identifiers for compression formats and the libraries implementing them.
Otherwise you can only change the configuration at initdb time...
> Also, probably we need to implement at least one compression contrib module
> using that hook, maybe it's based on pglz or snappy.
From my tests for toast compression I'd suggest starting with lz4.
I'd suggest starting by publishing test results with a more modern
compression formats, but without hacks like increasing padding.
Greetings,
Andres Freund
--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Korotkov | 2013-10-22 07:36:59 | Re: [HACKERS] Cube extension point support // GSoC'13 |
Previous Message | Rajeev rastogi | 2013-10-22 06:26:34 | Re: COPY table FROM STDIN doesn't show count tag |