Re: Adding skip scan (including MDAM style range skip scan) to nbtree

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Masahiro(dot)Ikeda(at)nttdata(dot)com
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org, Masao(dot)Fujii(at)nttdata(dot)com
Subject: Re: Adding skip scan (including MDAM style range skip scan) to nbtree
Date: 2024-09-17 15:49:11
Message-ID: CAH2-WznWiiuswhaUZg6viKwX7mqQNe_2bttzP4wR11WrKo8d9Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Sep 4, 2024 at 12:52 PM Peter Geoghegan <pg(at)bowt(dot)ie> wrote:
> Attached is v6, which finally does something sensible in btcostestimate.

Attached is v7, which is just to fix bitrot, and keep CFBot happy. No
real changes here.

I will work through Tomas' recent feedback in the next few days.

--
Peter Geoghegan

Attachment Content-Type Size
v7-0001-Show-index-search-count-in-EXPLAIN-ANALYZE.patch application/octet-stream 45.5 KB
v7-0002-Normalize-nbtree-truncated-high-key-array-behavio.patch application/octet-stream 12.9 KB
v7-0003-Refactor-handling-of-nbtree-array-redundancies.patch application/octet-stream 18.7 KB
v7-0004-Add-skip-scan-to-nbtree.patch application/octet-stream 154.5 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Srirama Kucherlapati 2024-09-17 16:29:01 RE: AIX support
Previous Message Peter Geoghegan 2024-09-17 15:10:58 Re: Adding skip scan (including MDAM style range skip scan) to nbtree