Learned Indexes in PostgreSQL?

Поиск
Список
Период
Сортировка
От Stefan Keller
Тема Learned Indexes in PostgreSQL?
Дата
Msg-id CAFcOn2_Y1v_3YfTt8gCN1_TqyqNANUiyCZ+ifcEyX58H0wGzhA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Learned Indexes in PostgreSQL?  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Hi,

This is an awesome paper about a new index called "Learned Index".
it's aka dense hash structure derived ("learned") from actual data.
Looks very promising for certain properties [*].

Anyone already working on this in Postgres?
How could this be implemented in Postgres?

:Stefan

[*] "The Case for Learned Index Structures" Kraska et al. (Dec 2017)
https://arxiv.org/abs/1712.01208


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

Предыдущее
От: Beena Emerson
Дата:
Сообщение: Re: [HACKERS] Runtime Partition Pruning
Следующее
От: Ildus Kurbangaliev
Дата:
Сообщение: Re: [HACKERS] Custom compression methods