* Sriram Dandapani:
> Does the inet data type offer comparison/search performance benefits
> over plain text for ip addresses..
Queries like "host << '192.168.17.192/28'" use an available index on
the host column. In theory, you could do this with LIKE and strings,
but this gets pretty messy and needs a lot of client-side logic.
In response to
pgsql-performance by date
| Next: | From: David Boreham | Date: 2006-04-25 19:57:59 |
| Subject: Re: Large (8M) cache vs. dual-core CPUs |
| Previous: | From: Joshua D. Drake | Date: 2006-04-25 19:12:20 |
| Subject: Re: Large (8M) cache vs. dual-core CPUs |