Re: Slim down integer formatting - Mailing list pgsql-hackers

From David Rowley
Subject Re: Slim down integer formatting
Date
Msg-id CAApHDvpNmxZKksaGEQ4g2KKtpro5uNhhx4ywT4e+H5rG21OHKg@mail.gmail.com
Whole thread Raw
In response to Re: Slim down integer formatting  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Tue, 27 Jul 2021 at 14:42, Michael Paquier <michael@paquier.xyz> wrote:
> When applying some micro-benchmarking to stress those APIs, how much
> does this change things?  At the end of the day, this also comes down
> to an evaluation of pg_ulltoa_n() and pg_ultoa_n().

I'd suggest something like creating a table with, say 1 million INTs
and testing the performance of copy <table> to '/dev/null';

Repeat for BIGINT

David



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Slim down integer formatting
Next
From: Greg Nancarrow
Date:
Subject: Re: Slim down integer formatting