Re: Why is a newly created index contains the invalid LSN?

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Why is a newly created index contains the invalid LSN?
Дата
Msg-id CACjxUsMod4DiNTgt_AWwzU0p_vUZM6dEbwmK_UTCC5U_fEAcUQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Why is a newly created index contains the invalidLSN?  (Yury Zhuravlev <u.zhuravlev@postgrespro.ru>)
Список pgsql-hackers
On Fri, Aug 26, 2016 at 10:46 AM, Yury Zhuravlev
<u.zhuravlev@postgrespro.ru> wrote:

> Now understand LSN strongly connected with WAL.
> However how difficult put last system LSN instead 0?
> It's not so important but will allow make use LSN more consistent.

There might be performance implications when flushing the index
buffers, due to the need to check each one against the WAL flush
point, where we now skip that check.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Renaming of pg_xlog and pg_clog
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Renaming of pg_xlog and pg_clog