On Fri, Oct 1, 2021 at 12:42 PM Michael Paquier wrote:
>
> On Mon, Sep 13, 2021 at 05:10:22PM +0530, Dilip Kumar wrote:
> > I haved rebased the patch.
>
> Please note that the patch does not apply. FWIW, I still don't think
> that this is a good idea to have that. I don't recall seeing much on
>
On Mon, Sep 13, 2021 at 05:10:22PM +0530, Dilip Kumar wrote:
> I haved rebased the patch.
Please note that the patch does not apply. FWIW, I still don't think
that this is a good idea to have that. I don't recall seeing much on
this list that users would like to have such a level of tuning for
p
iseDB: http://www.enterprisedb.com
From 167be9aa3266c9d022820a128afe012a0b0cebf4 Mon Sep 17 00:00:00 2001
From: Dilip Kumar
Date: Sat, 11 Sep 2021 14:32:08 +0530
Subject: [PATCH v3] Toast compression method options
Allow user to provide compression method option for the toastable
attribute while setti
On Fri, Sep 10, 2021 at 10:54:04AM +0530, Dilip Kumar wrote:
> On Fri, 10 Sep 2021 at 10:40 AM, Jaime Casanova <
> jcasa...@systemguards.com.ec> wrote:
>
> > On Mon, Jul 19, 2021 at 01:24:03PM +0530, Dilip Kumar wrote:
> > > On Sun, Jul 18, 2021 at 9:15 PM Dilip Kumar
> > wrote:
> > > >
> > > > O
On Fri, 10 Sep 2021 at 10:40 AM, Jaime Casanova <
jcasa...@systemguards.com.ec> wrote:
> On Mon, Jul 19, 2021 at 01:24:03PM +0530, Dilip Kumar wrote:
> > On Sun, Jul 18, 2021 at 9:15 PM Dilip Kumar
> wrote:
> > >
> > > On Wed, Jul 14, 2021 at 5:35 PM vignesh C wrote:
> > > >
> > > > On Thu, May
On Mon, Jul 19, 2021 at 01:24:03PM +0530, Dilip Kumar wrote:
> On Sun, Jul 18, 2021 at 9:15 PM Dilip Kumar wrote:
> >
> > On Wed, Jul 14, 2021 at 5:35 PM vignesh C wrote:
> > >
> > > On Thu, May 6, 2021 at 7:24 PM Dilip Kumar wrote
> > >
> > > The patch does not apply on Head anymore, could you
Date: Mon, 19 Jul 2021 11:21:03 +0530
Subject: [PATCH v2] Toast compression method options
---
doc/src/sgml/ref/alter_table.sgml | 7 +-
doc/src/sgml/ref/create_table.sgml| 5 +-
src/backend/access/brin/brin_tuple.c | 7 +-
src/backend/access/common/indextuple.
On Wed, Jul 14, 2021 at 5:35 PM vignesh C wrote:
>
> On Thu, May 6, 2021 at 7:24 PM Dilip Kumar wrote
>
> The patch does not apply on Head anymore, could you rebase and post a
> patch. I'm changing the status to "Waiting for Author".
Okay, I will rebase and send it by next week.
--
Regards,
Di
On Tue, Jun 22, 2021 at 1:37 PM Michael Paquier wrote:
>
> On Tue, Jun 22, 2021 at 11:05:22AM +0530, Dilip Kumar wrote:
> > IMHO there is certainly a use case, basically, if we compress the data
> > so that we can avoid storing it externally. Now suppose for some
> > data, with default LZ4 compre
On Thu, May 6, 2021 at 7:24 PM Dilip Kumar wrote:
>
> On Mon, May 3, 2021 at 6:27 PM Dilip Kumar wrote:
> >
> > We have already pushed the configurable lz4 toast compression code[1].
> > In the custom compression thread, we were already having the patch to
> > support the compression method optio
On Tue, Jun 22, 2021 at 11:05:22AM +0530, Dilip Kumar wrote:
> IMHO there is certainly a use case, basically, if we compress the data
> so that we can avoid storing it externally. Now suppose for some
> data, with default LZ4 compression, the compression ratio is so high
> that you are able to com
On Fri, Jun 18, 2021 at 12:13 PM Michael Paquier wrote:
>
> On Thu, May 06, 2021 at 07:23:48PM +0530, Dilip Kumar wrote:
> > I have fixed some comments offlist reported by Justin. Apart from
> > that, I have also improved documentation and test case. Stil it has a
> > lot of cleanup to be done b
On Thu, May 06, 2021 at 07:23:48PM +0530, Dilip Kumar wrote:
> I have fixed some comments offlist reported by Justin. Apart from
> that, I have also improved documentation and test case. Stil it has a
> lot of cleanup to be done but I am not planning to do that
> immediately.
I was testing the v
b.com
From e82986dcc9c65efd255afd0a4bcf34e101db4d7a Mon Sep 17 00:00:00 2001
From: Dilip Kumar
Date: Mon, 3 May 2021 17:25:57 +0530
Subject: [PATCH v2] Toast compression method options
---
doc/src/sgml/ref/alter_table.sgml | 10 +-
doc/src/sgml/ref/create_table.sgml|
We have already pushed the configurable lz4 toast compression code[1].
In the custom compression thread, we were already having the patch to
support the compression method options[2]. But the design for the
base patches was heavily modified before commit but I never rebased
this patch based on the
15 matches
Mail list logo