Re: Running update in chunks?

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Running update in chunks?
Дата
Msg-id 20130121190604.120600@gmx.com
обсуждение исходный текст
Ответ на Running update in chunks?  (Tim Uckun <timuckun@gmail.com>)
Ответы Re: Running update in chunks?  (Tim Uckun <timuckun@gmail.com>)
Список pgsql-general
Richard Huxton wrote:

> The only differences I can think of are WAL logging (transaction
> log) and index updates (the temp table has no indexes).

What about foreign keys? Are there any tables which reference the
updated column in a foreign key declaration? Do they have indexes
on that column?

-Kevin


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: pg_Restore
Следующее
От: Tom Lane
Дата:
Сообщение: Re: What is impact of "varchar_opts"?