Re: how to avoid that a postgres session eats up all the memory

From: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: Clemens Schwaighofer <clemens(dot)schwaighofer(at)tequila(dot)jp>, pgsql-general(at)postgresql(dot)org
Subject: Re: how to avoid that a postgres session eats up all the memory
Date: 2009-01-22 10:19:25
Message-ID: 2f4958ff0901220219i16b6a505u1dc98f1d61a5d697@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

try making it in two steps,using temp table maybe.
how many rows does the subselect generate ?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marko Kreen 2009-01-22 11:13:52 Re: [Plproxy-users] A complex plproxy query
Previous Message Richard Huxton 2009-01-22 10:11:54 Re: how to avoid that a postgres session eats up all the memory