Re: Fast index build vs. PITR

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fast index build vs. PITR
Дата
Msg-id 14278.1086056115@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Fast index build vs. PITR  (Gavin Sherry <swm@linuxworld.com.au>)
Список pgsql-hackers
Gavin Sherry <swm@linuxworld.com.au> writes:
>> So AFAICS, we've got to dump the index contents into WAL to support
>> PITR.  This is a tad annoying.

> Is it possible in this case to dump the index block by block into the log
> after it has been generated?

That's what we do now, and it more or less doubles the amount of I/O
needed to create an index ...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Fast index build vs. PITR
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Fast index build vs. PITR