Re: TODO Item - Return compressed length of TOAST datatypes - Mailing list pgsql-patches

From Tom Lane
Subject Re: TODO Item - Return compressed length of TOAST datatypes
Date
Msg-id 3356.1120710501@sss.pgh.pa.us
Whole thread Raw
In response to Re: TODO Item - Return compressed length of TOAST datatypes  (Mark Kirkwood <markir@paradise.net.nz>)
List pgsql-patches
Mark Kirkwood <markir@paradise.net.nz> writes:
> I did some tests with a two tables, one small and one large, I am seeing
> a consistent difference favoring the first-call-only type checking:

We had come to a similar conclusion in regards to making array-related
functions cache lookup info across calls.  It's worth checking the
assumption every so often, but the result surprises me not at all.

            regards, tom lane

pgsql-patches by date:

Previous
From: Mark Kirkwood
Date:
Subject: Re: TODO Item - Return compressed length of TOAST datatypes
Next
From: Mark Kirkwood
Date:
Subject: Re: TODO Item - Return compressed length of TOAST datatypes