Re: Support of partial decompression for datums - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Support of partial decompression for datums
Date
Msg-id CANP8+jKt3+ORGUWUn_qoQABTSiUmdkemQtz+VHGzXAR4isTujA@mail.gmail.com
Whole thread Raw
In response to Support of partial decompression for datums  (Ildus Kurbangaliev <i.kurbangaliev@postgrespro.ru>)
Responses Re: Support of partial decompression for datums  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On 4 December 2015 at 13:47, Ildus Kurbangaliev <i.kurbangaliev@postgrespro.ru> wrote:
 
Attached patch adds support of partial decompression for datums.
It will be useful in many cases when extracting part of data is
enough for big varlena structures.

It is especially useful for expanded datums, because it provides
storage for partial results.

This isn't enough for anyone else to follow your thoughts and agree enough to commit.

Please explain the whole idea, starting from what problem you are trying to solve and how well this does it, why you did it this way and the other ways you tried/decided not to pursue. Thanks.
 
--
Simon Riggs                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: CustomScan in a larger structure (RE: CustomScan support on readfuncs.c)
Next
From: Simon Riggs
Date:
Subject: Re: Remaining 9.5 open items