Re: What does "Table rewrite" mean?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: What does "Table rewrite" mean?
Дата
Msg-id 20180121034750.cgfugcqbgnxxm3lg@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: What does "Table rewrite" mean?  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: What does "Table rewrite" mean?  ("Ilsa Loving" <ilsa@ilsadee.com>)
Список pgsql-docs
Michael Paquier wrote:
> On Fri, Jan 19, 2018 at 11:33:43AM -0500, Tom Lane wrote:
> > It means reading the whole table and writing it out in some modified
> > form (for instance, with some column transformed into a new datatype).
> > It's not "dangerous" in any way ... but if you've got many GB of data in
> > the table and you can't afford to have the table locked for a long time,
> > then it's something to avoid.
> 
> Yeah that can be costly. Note that WAL corresponding to this data needs
> to be generated as well.

Maybe we need to document this somewhere, particularly now that we have
a "table_rewrite" event item.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Correction of intermediate certificate handling
Следующее
От: Pantelis Theodosiou
Дата:
Сообщение: Re: overlapping ranges