On Wed, Aug 28, 2024 at 9:25 AM Robert Haas <robertmh...@gmail.com> wrote: > On Tue, Aug 27, 2024 at 3:04 PM Tom Lane <t...@sss.pgh.pa.us> wrote: > I kind of had that reaction too initially, but I think that was mostly > because "Primitive Index Scans" seemed extremely unclear. I think > "Index Searches" is pretty comprehensible, honestly. Why shouldn't > someone be able to figure out what that means?
Worth noting that Lukas Fittl made a point of prominently highlighting the issue with how this works when he explained the Postgres 17 nbtree work: https://pganalyze.com/blog/5mins-postgres-17-faster-btree-index-scans And no, I wasn't asked to give any input to the blog post. Lukas has a general interest in making the system easier to understand for ordinary users. Presumably that's why he zeroed in on this one aspect of the work. It's far from an esoteric implementation detail. -- Peter Geoghegan