Re: WIP: Make timestamptz_out less slow. - Mailing list pgsql-hackers

From Andres Freund
Subject Re: WIP: Make timestamptz_out less slow.
Date
Msg-id 20150727213844.GI5106@alap3.anarazel.de
Whole thread Raw
In response to Re: WIP: Make timestamptz_out less slow.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: WIP: Make timestamptz_out less slow.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 2015-07-27 17:31:41 -0400, Tom Lane wrote:
> Andres Freund <andres@anarazel.de> writes:
> > So nearly all the time is spent somewhere inside the sprintf calls. Not
> > nice.
> 
> What happens if you force use of port/snprintf.c instead of glibc's
> version?

Good question.

Even worse. 15900.014 ms.

Andres



pgsql-hackers by date:

Previous
From: Frédéric TERRAZZONI
Date:
Subject: Optimization idea: merging multiple EXISTS(...) with constraint-based join removal
Next
From: Joel Jacobson
Date:
Subject: Re: Autonomous Transaction is back