Re: Query memory usage

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Query memory usage
Дата
Msg-id 20532.1273969721@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Query memory usage  (Tom Duffey <tduffey@trillitech.com>)
Ответы Re: Query memory usage  (Tom Duffey <tduffey@trillitech.com>)
Список pgsql-general
Tom Duffey <tduffey@trillitech.com> writes:
> On May 15, 2010, at 4:51 PM, Tom Lane wrote:
>> What's being done on the client side with the data?

> I am executing the query in psql at the command line and piping the
> result to a file, e.g.,
> psql < get_data.sql > data.sql

Well, I tried executing a large "copy (select ...)" query and couldn't
see any memory bloat at all in either the backend or psql.  So there's
something relevant that you haven't told us.

Could we see the full schema (eg via psql \dt) for the table being
copied?

            regards, tom lane

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

Предыдущее
От: Tom Duffey
Дата:
Сообщение: Re: Query memory usage
Следующее
От: Tom Duffey
Дата:
Сообщение: Re: Query memory usage