| From: | Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Benjamin Schaller <benjamin(dot)schaller(at)s2018(dot)tu-chemnitz(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Own index methods |
| Date: | 2020-05-06 08:14:49 |
| Message-ID: | CAPpHfdtR9K7BH9Hod6nA+hYbSFBNTt7U_Ur5fvJ2ZKKa_Rua8g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Tue, May 5, 2020 at 5:10 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> Benjamin Schaller <benjamin(dot)schaller(at)s2018(dot)tu-chemnitz(dot)de> writes:
> > Even though it's described as fairly complicated: If I would want to
> > define my own index method, what would be a good approach to do so?
>
> contrib/bloom would make a sensible template, perhaps.
+1
You can also take a look at https://github.com/postgrespro/rum
------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Masahiko Sawada | 2020-05-06 09:27:53 | Re: xid wraparound danger due to INDEX_CLEANUP false |
| Previous Message | Noah Misch | 2020-05-06 06:39:10 | Re: PG 13 release notes, first draft |