Re: profiling connection overhead - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: profiling connection overhead
Date
Msg-id 1291145833.13957.12.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: profiling connection overhead  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: profiling connection overhead
List pgsql-hackers
On mån, 2010-11-29 at 13:10 -0500, Tom Lane wrote:
> Rolling in calloc in place of
> malloc/memset made no particular difference either, which says that
> Fedora 13's glibc does not have any optimization for that case as I'd
> hoped.

glibc's calloc is either mmap of /dev/zero or malloc followed by memset.



pgsql-hackers by date:

Previous
From: Marko Tiikkaja
Date:
Subject: Re: DELETE with LIMIT (or my first hack)
Next
From: Jeff Davis
Date:
Subject: Re: DELETE with LIMIT (or my first hack)