Re: Why is a newly created index contains the invalid LSN? - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Why is a newly created index contains the invalid LSN?
Date
Msg-id CACjxUsMod4DiNTgt_AWwzU0p_vUZM6dEbwmK_UTCC5U_fEAcUQ@mail.gmail.com
Whole thread Raw
In response to Re: Why is a newly created index contains the invalidLSN?  (Yury Zhuravlev <u.zhuravlev@postgrespro.ru>)
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Renaming of pg_xlog and pg_clog
Next
From: Peter Eisentraut
Date:
Subject: Re: Renaming of pg_xlog and pg_clog