Re: Memory usage on subselect
| От | Tom Lane |
|---|---|
| Тема | Re: Memory usage on subselect |
| Дата | |
| Msg-id | 24527.1085329698@sss.pgh.pa.us обсуждение |
| Ответ на | Memory usage on subselect ("Alexander M. Pravking" <fduch@antar.bryansk.ru>) |
| Ответы |
Re: Memory usage on subselect
|
| Список | pgsql-sql |
"Alexander M. Pravking" <fduch@antar.bryansk.ru> writes:
> I've got a memory usage problem when I try to do a subselect on the same
> table as the main select (PostgreSQL 7.3.4 on FreeBSD). Here's my query:
> ...
> The "services" table is indexed only on "id" column and has about a
> thousand tuples. sreq(integer, text, timestamptz) is a strict immutable
> function written in SQL.
IIRC, there were intraquery memory leaks associated with SQL-language
functions until fairly recently. Can you try your problem case on 7.4?
Or see if you can rewrite the sreq function in plpgsql.
regards, tom lane
В списке pgsql-sql по дате отправления: