Re: prepared transactions that persist across sessions? - Mailing list pgsql-performance

From Bruno Wolff III
Subject Re: prepared transactions that persist across sessions?
Date
Msg-id 20051023065136.GA12238@wolff.to
Whole thread Raw
In response to prepared transactions that persist across sessions?  (mark@mark.mielke.cc)
List pgsql-performance
On Sun, Oct 23, 2005 at 00:14:23 -0400,
  mark@mark.mielke.cc wrote:
> Hey all.
>
> Please point me to a place I should be looking if this is a common
> question that has been debated periodically and at great length
> already. :-)

You probably want to read:
http://candle.pha.pa.us/main/writings/pgsql/sgml/runtime-config-query.html

Connection pooling might be another approach, since it should be possible
to reuse prepared statements when reusing a connection.

> I have a complex query. It's a few Kbytes large, and yes, I've already
> worked on reducing it to be efficient in terms of database design, and
> minimizing the expressions used to join the tables. Running some timing
> tests, I've finding that the query itself, when issued in full, takes
> around 60 milliseconds to complete on modest hardware. If prepared, and
> then executed, however, it appears to take around 60 milliseconds to
> prepare, and 20 milliseconds to execute. I'm not surprised. PostgreSQL
> is very likely calculating the costs of many, many query plans.

pgsql-performance by date:

Previous
From: mark@mark.mielke.cc
Date:
Subject: prepared transactions that persist across sessions?
Next
From: Dennis Bjorklund
Date:
Subject: Re: Need help in setting optimal configuration for a huge