Re: Re: The fastest way to update thousands of rows in moderately sized table

Поиск
Список
Период
Сортировка
От 林士博
Тема Re: Re: The fastest way to update thousands of rows in moderately sized table
Дата
Msg-id CACudzGjyBL7Z=xm9M6gDVLvZkLvKYkmo1t3Sh3=_0z364pB7Tg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: The fastest way to update thousands of rows in moderately sized table  (twoflower <standa.kurik@gmail.com>)
Ответы Re: The fastest way to update thousands of rows in moderately sized table  (twoflower <standa.kurik@gmail.com>)
Список pgsql-general
Sorry, my mistake.
Execution plan of an update sql seems always get  rows=0.

Can you post execution plan of the original update sql.
EXPLAIN (ANALYZE ON, BUFFERS ON) update "TRANSLATION" set fk_assignmentwhere fk_job = 1000;

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

Предыдущее
От: twoflower
Дата:
Сообщение: Re: The fastest way to update thousands of rows in moderately sized table
Следующее
От: twoflower
Дата:
Сообщение: Re: The fastest way to update thousands of rows in moderately sized table