Re: A little COPY speedup - Mailing list pgsql-patches

From Pavan Deolasee
Subject Re: A little COPY speedup
Date
Msg-id 45E708EF.9030704@enterprisedb.com
Whole thread Raw
In response to A little COPY speedup  (Heikki Linnakangas <heikki@enterprisedb.com>)
List pgsql-patches
Heikki Linnakangas wrote:
>
> Attached is a fix for that. It adds a flag to each heap page that
> indicates that "there isn't any free line pointers on this page, so
> don't bother trying". Heap pages haven't had any heap-specific
> per-page data before, so this patch adds a HeapPageOpaqueData-struct
> that's stored in the special space.
>
I would really like this change. I was thinking on similar lines to optimize
some of the HOT code paths

Thanks,
Pavan

pgsql-patches by date:

Previous
From: Heikki Linnakangas
Date:
Subject: A little COPY speedup
Next
From: Andrew Dunstan
Date:
Subject: Re: A little COPY speedup