| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: host name support in pg_hba.conf |
| Date: | 2010-08-10 05:29:36 |
| Message-ID: | 1281418176.24957.6.camel@vanquo.pezone.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On mån, 2010-08-09 at 15:25 -0400, Tom Lane wrote:
> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> > Here is a patch for host name support in pg_hba.conf.
>
> My recollection is that the previous discussions got stuck on the cost
> of doing DNS lookups for every connect; and the obvious solution of
> trying to cache the names was shot down on the basis of not knowing when
> to flush the cache. Have you decided that people who want this feature
> will just have to pay that cost?
Either that or install nscd.
While the speed of establishing a connection is critical to some setups,
there are also plenty of setups where the connection setup speed is
pretty much unimportant because of connection pooling.
> If so, I think the documentation needs
> to be a bit more explicit about names being more expensive than IP
> addresses in pg_hba.conf.
Fair enough.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2010-08-10 06:27:29 | Re: TODO 9.0 done items removed |
| Previous Message | Peter Eisentraut | 2010-08-10 05:26:50 | Re: host name support in pg_hba.conf |