Memory usage / concept

From: Valerie Schneider DSI/DEV <Valerie(dot)Schneider(at)meteo(dot)fr>
To: pgsql-general(at)postgresql(dot)org
Subject: Memory usage / concept
Date: 2002-08-05 12:24:26
Message-ID: 200208051224.g75COQd29968@mu.meteo.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi, I'm a novice in PostgreSql. I'm used to work with Oracle. I'm testing
PostgreSql (7.2) on linux RedHat 7.1 and Solaris 8. I have some problems
with large queries : for example a "select * from my_table ..." and my_table
with a size of several Gb and several Mrows. If I set the ulimit to
"unlimited", I overflow my memory and my swap; if I limit it, my query
crashes. In fact I don't know how PG works with the memory use :
with Oracle I have to manage its memory space (the SGA); is there anything
like that with PG ?
Thanks, Valerie.

********************************************************************
* Les points de vue exprimes sont strictement personnels et *
* n'engagent pas la responsabilite de METEO-FRANCE. *
********************************************************************
* Valerie SCHNEIDER Tel : +33 (0)5 61 07 81 91 *
* METEO-FRANCE / DSI/DEV Fax : +33 (0)5 61 07 81 09 *
* 42, avenue G. Coriolis Email : Valerie(dot)Schneider(at)meteo(dot)fr *
* 31057 TOULOUSE Cedex - FRANCE http://www.meteo.fr *
********************************************************************

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nikhil G. Daddikar 2002-08-05 12:36:33 Update and foreign key indices
Previous Message Christian Ullrich 2002-08-05 12:20:13 Re: Foreign keys: referencing a REFERENCES doesn7t work?