Re: EXPLAIN: showing ReadStream / prefetch stats

From: Andres Freund <andres(at)anarazel(dot)de>
To: Tomas Vondra <tomas(at)vondra(dot)me>
Cc: Melanie Plageman <melanieplageman(at)gmail(dot)com>, Lukas Fittl <lukas(at)fittl(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: EXPLAIN: showing ReadStream / prefetch stats
Date: 2026-04-07 21:52:31
Message-ID: s7s37qespplnffoy3f4ewyuuqrisnmb3kfurwdrm5plsqxkiak@rxnl5sahitsr
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2026-04-07 23:28:32 +0200, Tomas Vondra wrote:
> Thanks. I've now pushed all parts of this patch series.

Yay.

It'd have been much harder to do the read stream improvements I worked on in
the last weeks without this patchset, and it also was much harder to
understand the performance of the index prefetching patchset ( :( ) before /
without it.

The only thing I don't like about it is not having had it in the 18 cycle,
when working on AIO.

Greetings,

Andres Freund

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Karlsson 2026-04-07 21:59:24 Re: doc: Improve wal_level and effective_wal_level GUC around logical replication
Previous Message Alvaro Herrera 2026-04-07 21:38:11 Re: Adding REPACK [concurrently]