Re: Memory consumption problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Memory consumption problem
Дата
Msg-id 26015.1146847930@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Memory consumption problem  (Franck Routier <franck.routier@axege.com>)
Список pgsql-novice
Franck Routier <franck.routier@axege.com> writes:
> I have a problem with a simple request :

> insert into mytable
> select a.id, a.desc, 'mystring'
> from mytable a;

> Mytable has about 1,7 million tuples, it has a few indexes.

Tell us about triggers or foreign keys involving that table?

            regards, tom lane

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

Предыдущее
От: Valentin Gjorgjioski
Дата:
Сообщение: Re: Memory consumption problem
Следующее
От: "Tomeh, Husam"
Дата:
Сообщение: Re: what are the pg_clog and pg_xlog directories ?