performance of first exec of prepared statement - Mailing list pgsql-general

From Ted Toth
Subject performance of first exec of prepared statement
Date
Msg-id CAFPpqQGfvPcSjvJ6t8Bibv_MdxXix=s54C0P-JQP5BCc6SqtwA@mail.gmail.com
Whole thread Raw
Responses Re: performance of first exec of prepared statement
List pgsql-general
I've noticed that the first exec of an INSERT prepared statement takes ~5 time longer (I'm using libpq in C and wrapping the calls to time them) then subsequent exec's is this the expected behavior and if so is there any thing I can do to mitigate this affect?

Ted

pgsql-general by date:

Previous
From: Tim Cross
Date:
Subject: Re: Using unlogged tables for web sessions
Next
From: Ted Toth
Date:
Subject: Re: performance of first exec of prepared statement