Re: Showing primitive index scan count in EXPLAIN ANALYZE (for skip scan and SAOP scans)

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Showing primitive index scan count in EXPLAIN ANALYZE (for skip scan and SAOP scans)
Date: 2025-03-08 16:47:25
Message-ID: CAH2-Wzn3jJxJeu6kj8SAaGAOdJKXx3GuU+_LuUgpGFqw2XBRvg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Mar 7, 2025 at 12:18 PM Peter Geoghegan <pg(at)bowt(dot)ie> wrote:
> What do you think of the attached WIP patch, which does things this
> way? Does this seem like the right general direction to you?

Attached is a more refined version of this patch, which is
substantially the same the same as the version I posted yesterday.

My current plan is to commit this on Tuesday or Wednesday, barring any
objections.

Thanks
--
Peter Geoghegan

Attachment Content-Type Size
v27-0001-Show-index-search-count-in-EXPLAIN-ANALYZE-take-.patch application/octet-stream 98.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Todd M. Kover 2025-03-08 17:38:08 Re: pg16 && GSSAPI && Heimdal/Macos
Previous Message Peter Geoghegan 2025-03-08 16:43:33 Re: Adding skip scan (including MDAM style range skip scan) to nbtree