Re: macOS prefetching support

Thomas Munro <thomas.munro@gmail.com>

From: Thomas Munro <thomas.munro@gmail.com>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-09-03T01:47:34Z
Lists: pgsql-hackers

Attachments

On Mon, Aug 19, 2024 at 1:35 AM Peter Eisentraut <peter@eisentraut.org> wrote:
> On 17.08.24 00:01, Thomas Munro wrote:
> > I think that's fine.  I don't really like the word "prefetch", could
> > mean many different things.  What about "requires OS support for
> > issuing read-ahead advice", which uses a word that appears in both of
> > those interfaces?
>
> I like that term.

A couple of other places still use the old specific terminology.  PSA.

Commits

  1. Standardize "read-ahead advice" terminology.

  2. Fixup for prefetching support on macOS

  3. Add prefetching support on macOS