memory usage and cache query

Поиск
Список
Период
Сортировка
От ochapiteau
Тема memory usage and cache query
Дата
Msg-id 01041112452400.03923@ochapiteau.dagon.pdt
обсуждение исходный текст
Список 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,


В списке pgsql-general по дате отправления:

Предыдущее
От: Tony Grant
Дата:
Сообщение: Re: JDBC and Perl compiling problems w/ postgresql-7.1rc4
Следующее
От: Alessio Bragadini
Дата:
Сообщение: Re: personel appliactions?