Re: Caching of Queries

From: "Matt Clark" <matt(at)ymogen(dot)net>
To: "'Jim C(dot) Nasby'" <decibel(at)decibel(dot)org>
Cc: "'Postgresql Performance'" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Caching of Queries
Date: 2004-10-01 15:46:59
Message-ID: 012601c4a7cd$e358d300$8300a8c0@solent
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> OK, that'd work too... the point is if you're re-connecting
> all the time it doesn't really matter what else you do for
> performance.

Yeah, although there is the chap who was asking questions on the list
recently who had some very long-running code on his app servers, so was best
off closing the connection because he had far too many postmaster processes
just sitting there idle all the time!

But you're right, it's a killer usually.

M

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Josh Berkus 2004-10-01 16:29:36 Re: inconsistent/weird index usage
Previous Message Jim C. Nasby 2004-10-01 15:13:03 Re: Caching of Queries