Re: ip address data type

Поиск
Список
Период
Сортировка
От Florian Weimer
Тема Re: ip address data type
Дата
Msg-id 87d5f54g0n.fsf@mid.deneb.enyo.de
обсуждение исходный текст
Ответ на ip address data type  ("Sriram Dandapani" <sdandapani@counterpane.com>)
Список pgsql-performance
* 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.

В списке pgsql-performance по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Large (8M) cache vs. dual-core CPUs
Следующее
От: David Boreham
Дата:
Сообщение: Re: Large (8M) cache vs. dual-core CPUs