Re: Best way to index IP data?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Stone <mstone+postgres(at)mathom(dot)us>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Best way to index IP data?
Date: 2008-01-11 20:07:38
Message-ID: 24044.1200082058@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Michael Stone <mstone+postgres(at)mathom(dot)us> writes:
> Well, a native IPv6 type would also be nice; inet is ridiculously
> bloated for both IPv4 *and* IPv6.

Nonsense. 3 bytes overhead on a 16-byte address is not "ridiculously
bloated", especially if you want a netmask with it.

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message D'Arcy J.M. Cain 2008-01-11 20:19:35 Re: Best way to index IP data?
Previous Message Jörg Kiegeland 2008-01-11 17:42:13 Re: Evaluating boolean formula: slow performance