Dynamically loaded C function performance

From: "Adam Palmblad" <apalmblad(at)dataunison(dot)com>
To: <pgsql-performance(at)postgresql(dot)org>
Subject: Dynamically loaded C function performance
Date: 2006-05-05 22:47:53
Message-ID: 6B5AF6293A289F45826220B17ABE79370D5ED7@BORON.aers.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi,
We've got a C function that we use here and we find that for every
connection, the first run of the function is much slower than any
subsequent runs. ( 50ms compared to 8ms)

Besides using connection pooling, are there any options to improve
performance?

-Adam

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Jim C. Nasby 2006-05-06 00:31:13 Re: Memory and/or cache issues?
Previous Message Michael Stone 2006-05-05 17:09:53 Re: Memory and/or cache issues?