Re: MDAM techniques and Index Skip Scan patch

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: MDAM techniques and Index Skip Scan patch
Дата
Msg-id CAH2-Wz=MfUx3FJKyUTMMtjRzf4-YQvACUuMyojYMadJ4kc3kXw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: MDAM techniques and Index Skip Scan patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Mon, Mar 28, 2022 at 7:07 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Right, that's the case I had in mind --- apologies if my terminology
> was faulty.  btree can actually handle such a case now, but what it
> fails to do is re-descend from the tree root instead of plowing
> forward in the index to find the next matching entry.

KNNGIST seems vaguely related to what we'd build for nbtree skip scan,
though. GiST index scans are "inherently loose", though. KNNGIST uses
a pairing heap/priority queue, which seems like the kind of thing
nbtree skip scan can avoid.

> +1.  We at least need to be sure we all are using these terms
> the same way.

Yeah, there are *endless* opportunities for confusion here.

-- 
Peter Geoghegan



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tatsuro Yamada
Дата:
Сообщение: Re: Add psql command to list constraints
Следующее
От: Andres Freund
Дата:
Сообщение: Re: SQL/JSON: functions