Re: partitioning - changing a slot's descriptor is expensive - Mailing list pgsql-hackers

From Amit Khandekar
Subject Re: partitioning - changing a slot's descriptor is expensive
Date
Msg-id CAJ3gD9foFjOhkheb0zC7tY+JDop_XeahQ9yRXJr2MO=Kxaroeg@mail.gmail.com
Whole thread Raw
In response to Re: partitioning - changing a slot's descriptor is expensive  (Amit Khandekar <amitdkhan.pg@gmail.com>)
List pgsql-hackers
On 29 June 2018 at 11:53, Amit Langote <Langote_Amit_f8@lab.ntt.co.jp> wrote:
> Other issues that you mentioned, such as needless heap_tuple_deform/form
> being invoked, seem less localized (to me) than this particular issue, so
> I created a patch for just this, which is attached with this email.  I'm
> thinking about how to fix the other issues, but will need a bit more time.

I have started a new thread on these tuple forming/deforming issues
[1], and posted there a patch that is to be applied over your
Allocate-dedicated-slots-of-partition-tuple.patch (which I rebased and
posted in that thread) :

[1] https://www.postgresql.org/message-id/CAJ3gD9fR0wRNeAE8VqffNTyONS_UfFPRpqxhnD9Q42vZB%2BJvpg%40mail.gmail.com


-- 
Thanks,
-Amit Khandekar
EnterpriseDB Corporation
The Postgres Database Company


pgsql-hackers by date:

Previous
From: Amit Khandekar
Date:
Subject: Slotification of partition tuple conversion
Next
From: Emre Hasegeli
Date:
Subject: Re: [PATCH] Improve geometric types