index for inet column

From: Zhihong Yu <zyu(at)yugabyte(dot)com>
To: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: index for inet column
Date: 2022-07-07 21:52:07
Message-ID: CALNJ-vSfhyd3eTdHU2XLzzhGtL2WnZ7y04S1-Se4kKcLC4d0Rw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
I was able to create gin index on inet column in PG.

GIN is good with points/elements in sets. Is gin a good index for inet
column ?
It seems gist index would be better.

Comments are welcome.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christoph Moench-Tegeder 2022-07-07 22:06:11 Re: index for inet column
Previous Message Andrew Dunstan 2022-07-07 21:49:02 Re: SQL/JSON: functions