Re: Reducing memory usage of insert into select operations?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Reducing memory usage of insert into select operations?
Дата
Msg-id 20080718162302.GC4042@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Reducing memory usage of insert into select operations?  ("Francisco Reyes" <lists@stringsutils.com>)
Ответы Re: Reducing memory usage of insert into select operations?  ("Francisco Reyes" <lists@stringsutils.com>)
Список pgsql-general
Francisco Reyes wrote:
> On 11:25 am 07/18/08 Richard Huxton <dev@archonet.com> wrote:
>
> Strace of the single/large process.
> Again, all the query is doing is
> insert into <file> select <subquery>
>
> The strace is pretty much a repetition of the lines below.

Do you have long-running transactions?  (For example transactions that
have been idle for a long time).

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: Scara Maccai
Дата:
Сообщение: Re: TODO list and "hyphen"
Следующее
От: "Douglas McNaught"
Дата:
Сообщение: Re: Writing a user defined function