Re: limiting query time and/or RAM

From: Sam Mason <sam(at)samason(dot)me(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: limiting query time and/or RAM
Date: 2009-09-17 20:08:14
Message-ID: 20090917200814.GW5407@samason.me.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Sep 17, 2009 at 03:56:09PM -0400, Alan McKay wrote:
> Our databases are pretty big, and our queries pretty complex.

How big is "big" and how complex is "complex"?

An EXPLAIN (EXPLAIN ANALYSE if it's not going to hurt things) of some of
your common queries would help a lot here.

--
Sam http://samason.me.uk/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2009-09-17 20:09:46 Re: Substitutes for some Oracle packages
Previous Message Scott Marlowe 2009-09-17 20:07:33 Re: limiting query time and/or RAM