Re: TODO Item - Return compressed length of TOAST datatypes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mark Kirkwood <markir(at)paradise(dot)net(dot)nz>
Cc: Neil Conway <neilc(at)samurai(dot)com>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-patches(at)postgresql(dot)org
Subject: Re: TODO Item - Return compressed length of TOAST datatypes
Date: 2005-07-07 04:28:21
Message-ID: 3356.1120710501@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Mark Kirkwood <markir(at)paradise(dot)net(dot)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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Mark Kirkwood 2005-07-07 04:34:18 Re: TODO Item - Return compressed length of TOAST datatypes
Previous Message Mark Kirkwood 2005-07-07 04:20:33 Re: TODO Item - Return compressed length of TOAST datatypes