Re: Make printtup a bit faster - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Make printtup a bit faster
Date
Msg-id 3601908.1724945588@sss.pgh.pa.us
Whole thread Raw
In response to Re: Make printtup a bit faster  (David Rowley <dgrowleyml@gmail.com>)
Responses Re: Make printtup a bit faster
List pgsql-hackers
David Rowley <dgrowleyml@gmail.com> writes:
> [ redesign I/O function APIs ]
> I had planned to work on this for PG18, but I'd be happy for some
> assistance if you're willing.

I'm skeptical that such a thing will ever be practical.  To avoid
breaking un-converted data types, all the call sites would have to
support both old and new APIs.  To avoid breaking non-core callers,
all the I/O functions would have to support both old and new APIs.
That probably adds enough overhead to negate whatever benefit you'd
get.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: Partitioned tables and [un]loggedness
Next
From: Nitin Motiani
Date:
Subject: Re: race condition in pg_class