Re: GiST index performance

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Matthew Wakeling <matthew(at)flymine(dot)org>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: GiST index performance
Date: 2009-06-11 17:34:09
Message-ID: 2125.1244741649@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Matthew Wakeling <matthew(at)flymine(dot)org> writes:
> The gistnext total doesn't seem to correspond to the amount I get by
> adding up all the individual lines in gistnest.

Hmm, hadn't you determined that some other stuff was being inlined into
gistnext? I'm not really sure how opannotate displays such cases, but
this might be an artifact of that.

> However, yes it does seem like fmgr.c accounts for a large proportion of
> samples. Also, I still seem to be getting mcount, even after recompiling
> without --enable-profiling.

You must still have some -pg code in there someplace. Maybe you didn't
recompile bioseg.so, or even psql? Remember the libc counts you are
looking at are for system-wide usage of libc.

regards, tom lane

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Erik Aronesty 2009-06-11 21:29:57 Re: Best way to load test a postgresql server
Previous Message Matthew Wakeling 2009-06-11 17:23:24 Re: GiST index performance