From: | Rodrigo Bonfa <bonfa(at)inf(dot)ufes(dot)br> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | PostgreSQL as a DDBMS |
Date: | 2004-08-18 21:32:51 |
Message-ID: | 4123CB03.7090605@inf.ufes.br |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Friends,
I would like to know if PostgreSQL can run as a Distributed Data Base
Management System. Is possible, throught PostgreSQL, to implement
horizontal partition, this is, to fragment tables horizontally?
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. How PostgreSQL could
help me to solve this problem?
Thanks,
Rodrigo.
From | Date | Subject | |
---|---|---|---|
Next Message | Henry | 2004-08-18 22:01:37 | Re: Referencing OLD/NEW Rows on Trigger Definition |
Previous Message | Simon Riggs | 2004-08-18 21:28:12 | Re: NOT LOGGED options (was Point in Time Recovery ) |