Re: [HACKERS] || PostgreSQL - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: [HACKERS] || PostgreSQL
Date
Msg-id 37A6FAFE.F1E9B2A8@alumni.caltech.edu
Whole thread Raw
In response to || PostgreSQL  (Duane Currie <dcurrie@sandman.acadiau.ca>)
List pgsql-hackers
Ingres happened to implement their distributed system using option
(1), having a distributed front-end which knew about remote servers
and could parse and optimize queries then send individual queries to
the actual servers.

Seemed to work pretty well, and you could reuse a large amount of
code. otoh, if you implemented option (2) (local and remote tables),
then you could choose to construct your database on the option (1)
model without penalty.
                    - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Mega-commits to "stable" version
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Threads