From: | Dilip Kumar <dilipbalaut(at)gmail(dot)com> |
---|---|
To: | Justin Pryzby <pryzby(at)telsasoft(dot)com> |
Cc: | Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>, Robert Haas <robertmhaas(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, David Steele <david(at)pgmasters(dot)net>, Ildus Kurbangaliev <i(dot)kurbangaliev(at)gmail(dot)com>, Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: [HACKERS] Custom compression methods |
Date: | 2021-03-24 11:45:11 |
Message-ID: | CAFiTN-sdOsCxipGrCMpatVikha+9radr9v6pzheX=ziXu2A54w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Mar 24, 2021 at 3:40 PM Dilip Kumar <dilipbalaut(at)gmail(dot)com> wrote:
>
> 0001 ->shows compression method for the index attribute in index describe
> 0002 -> fix the reported bug (test case included)
>
> Apart from this, I was thinking that currently, we are allowing to
> ALTER SET COMPRESSION only for the table and matview, IMHO it makes
> sense to allow to alter the compression method for the index column as
> well? I mean it is just a one-line change, but just wanted to know
> the opinion from others. It is not required for the storage because
> indexes can not have a toast table but index attributes can be
> compressed so it makes sense to allow to alter the compression method.
> Thought?
I have anyway created a patch for this as well. Including all three
patches so we don't lose track.
0001 ->shows compression method for the index attribute in index describe
0002 -> fix the reported bug (test case included)
(optional) 0003-> Alter set compression for index column
--
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com
Attachment | Content-Type | Size |
---|---|---|
v3-0003-ALTER-SET-COMPRESSION-for-index-columns.patch | text/x-patch | 4.3 KB |
v3-0001-Show-compression-method-in-index-describe.patch | text/x-patch | 790 bytes |
v3-0002-Fix-attcompression-for-index-expression-columns.patch | text/x-patch | 4.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Stephen Frost | 2021-03-24 11:46:26 | Re: Autovacuum worker doesn't immediately exit on postmaster death |
Previous Message | Stephen Frost | 2021-03-24 11:43:57 | Re: Disable WAL logging to speed up data loading |