Re: Linux server connection process consumes all memory

From: Alan Hodgson <ahodgson(at)simkin(dot)ca>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Linux server connection process consumes all memory
Date: 2011-12-07 20:26:13
Message-ID: 201112071226.13291.ahodgson@simkin.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Wednesday, December 07, 2011 04:14:21 AM Ioannis Anagnostopoulos wrote:
>. So what I am not sure
> still is what will happen if I execute 22million times non-prepared
> statements, will it crash or will it survive since I removed the buggy
> "prepared" that were nested.

PostgreSQL? It'll happily serve up queries for years if you aren't stacking up
prepared query objects in your session :p

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Jean-Yves F. Barbier 2011-12-07 20:40:23 Re: Linux server connection process consumes all memory
Previous Message Walter Hurry 2011-12-07 15:43:22 Re: Convert / Migrate From Oracle 11gR2 To PostgreSQL ? On CentOS 5.7 x86_64