memory usage and cache query

From: ochapiteau <ochapiteau(at)cyberdeck(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: memory usage and cache query
Date: 2001-04-11 10:39:16
Message-ID: 01041112452400.03923@ochapiteau.dagon.pdt
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

My process in php submit about 1000 querys (in a while) like :
"INSERT INTO table SELECT id from table2 where ..."
This type of query for me does'nt require any memory in the php process (all to
postgres process)
is use pg_exec and pg_freeresult just after each query call.

But when this script run, the memory use of the httpd process grow to 70 Mb!
Is it possible to disable this "uneeded" memory use in the httpd process ?

Is there a query cache which i can disable ?(no query are used 2 times).

Which the use of this memory ?

thanks,

Browse pgsql-general by date

  From Date Subject
Next Message Christoph Strebin 2001-04-11 10:50:32 Case insensitive columns
Previous Message Marcin Wasilewski 2001-04-11 09:55:46 Languages