Re: Add LSN <-> time conversion functionality - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Add LSN <-> time conversion functionality
Date
Msg-id CA+TgmoZqrhxdff6s19Q9ewPH9Gv4U-s44jdgxt1uY+haP3XwAg@mail.gmail.com
Whole thread Raw
In response to Re: Add LSN <-> time conversion functionality  (Tomas Vondra <tomas@vondra.me>)
List pgsql-hackers
On Thu, Aug 8, 2024 at 8:39 PM Tomas Vondra <tomas@vondra.me> wrote:
> Is there a reason not to make this just another SLRU, just like we do
> for commit_ts? I'm not saying it's perfect, but it's an approach we
> already use to solve these issues.

An SLRU is essentially an infinitely large array that grows at one end
and shrinks at the other -- but this is a fixed-size data structure.

--
Robert Haas
EDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Add LSN <-> time conversion functionality
Next
From: jian he
Date:
Subject: Re: Detailed release notes