Learned Indexes in PostgreSQL? - Mailing list pgsql-hackers

From Stefan Keller
Subject Learned Indexes in PostgreSQL?
Date
Msg-id CAFcOn2_Y1v_3YfTt8gCN1_TqyqNANUiyCZ+ifcEyX58H0wGzhA@mail.gmail.com
Whole thread Raw
Responses Re: Learned Indexes in PostgreSQL?
List 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 by date:

Previous
From: Beena Emerson
Date:
Subject: Re: [HACKERS] Runtime Partition Pruning
Next
From: Ildus Kurbangaliev
Date:
Subject: Re: [HACKERS] Custom compression methods