Re: ip address data type - Mailing list pgsql-performance

From Jim C. Nasby
Subject Re: ip address data type
Date
Msg-id 20060424224837.GF64695@pervasive.com
Whole thread Raw
In response to ip address data type  ("Sriram Dandapani" <sdandapani@counterpane.com>)
List pgsql-performance
On Mon, Apr 24, 2006 at 03:45:14PM -0700, Sriram Dandapani wrote:
> Hi
>
> I have queries that use like operators and regex patterns to determine
> if an ip address is internal or external (this is against a table with
> say 100 million distinct ip addresses).
>
> Does the inet data type offer comparison/search performance benefits
> over plain text for ip addresses..

Well, benchmark it and find out. :) But it'd be hard to be slower than
like or regex...
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

pgsql-performance by date:

Previous
From: "Sriram Dandapani"
Date:
Subject: ip address data type
Next
From: Steve Atkins
Date:
Subject: Re: ip address data type