Re: Bug #715: Too much memory consuming with postmaster - Mailing list pgsql-bugs

From Stephan Szabo
Subject Re: Bug #715: Too much memory consuming with postmaster
Date
Msg-id 20020719065234.X82006-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Bug #715: Too much memory consuming with postmaster  (pgsql-bugs@postgresql.org)
List pgsql-bugs
On Fri, 19 Jul 2002 pgsql-bugs@postgresql.org wrote:

> Milan Hromada (mhromada@elas.sk) reports a bug with a severity of 1
> The lower the number the more severe it is.
>
> Short Description
> Too much memory consuming with postmaster
>
> Long Description

> Big diffrence in performence between 7.1 and 7.2.1. In 7.2.1
> postmaster grows up to 700 MB RAM and more while in 7.1 just up to 8
> MB RAM. 7.1 has better response on 1.4 Ghz Athlon 256MB RAM then 7.2.1
> on Dual 1GHz Intel Pentium III with 1GB RAM. Postmaster cousumes all
> resoureces

>
> Sample Code
> CREATE VIEW "faksluexport" AS SELECT "zakazkaoprava"."id_zakazka" as idzakazka,
...

Is the performance issue on creating the view, selecting from it?
If the latter, what does explain show in the two cases?

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pg_ctl failure with older Bourne shells (use ${1:+"$@"})
Next
From: Tom Lane
Date:
Subject: Re: Bug #715: Too much memory consuming with postmaster