Distributed Data Base Management System

From: Jamie Deppeler <jamie(at)doitonce(dot)net(dot)au>
To: pgsql-general(at)postgresql(dot)org
Subject: Distributed Data Base Management System
Date: 2005-02-11 03:07:43
Message-ID: 420C217F.3020107@doitonce.net.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I would like to know if PostgreSQL can run as a Distributed Data Base
Management System. For example, can I have a Data Base with 1 table,
where it is
horizontally fragmented and each fragment is located on different places
(postgresql servers)? See that the Data Base is Unique, but the Data are
distributed throught a horizontal partitioning.

Browse pgsql-general by date

  From Date Subject
Next Message Christopher Browne 2005-02-11 03:19:09 Re: Functions with more than 32 parameters
Previous Message David Fetter 2005-02-11 03:03:21 Re: Understanding EXPLAIN ANALYZE output