Re: "Too far out of the mainstream"

From: Andrew Sullivan <ajs(at)anvilwalrusden(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: "Too far out of the mainstream"
Date: 2012-08-31 22:54:05
Message-ID: 20120831225405.GF73237@mx1.yitter.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Aug 31, 2012 at 03:14:30PM -0700, Steve Atkins wrote:
>
> Mmm. Don't push this line of argument too hard. As I understand it,
> Postgresql is used by the registry to keep track of their customers -
> whois data, effectively.

No, the Postgres back end in the Afilias implementation I worked on
(it is as far as I know still there, but I don't work for Afilias any
more and I don't have any special knowledge about their actual
implementation as in production today) is for the domain name
registry. That means that all the registration data -- which includes
the data necessary to produce DNS responses -- is in that database.
In addition, I worked on and deployed a system that generated directly
all the DNS zone data directly from the PostgreSQL databases.

It _is_ true, of course, that every DNS lookup is not a direct query
of that database system. But unless Afilias has changed their
implementation very dramatically (and I've no reason to believe they
have), you could not get to any web site ending in .org (or, for that
matter, .info, .in, .aero, .mobi, and a number of others) without the
services of PostgreSQL.

Best,

A

--
Andrew Sullivan
ajs(at)anvilwalrusden(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thalis Kalfigkopoulos 2012-08-31 23:14:19 CASE/WHEN behavior with NULLS
Previous Message Andrew Sullivan 2012-08-31 22:47:18 Re: "Too far out of the mainstream"