File tree 2 files changed +10
-10
lines changed 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Frequently Asked Questions (FAQ) for PostgreSQL
3
3
4
- Last updated: Sun Apr 24 07:57:14 EDT 2005
4
+ Last updated: Sun Apr 24 08:01:19 EDT 2005
5
5
6
6
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
7
7
763
763
764
764
Though "replication" is a single term, there are two major replication
765
765
technologies. Multi-master replication allows read/write queries to be
766
- sent to multiple replicated computers. This capability has a serious
767
- performance impact. Pgcluster is the most popular such solution
768
- available for PostgreSQL. Master-slave replication allows a single
769
- master to receive read/write queries, with slaves able to accept only
770
- read/SELECT queries. The most popular master-slave PostgreSQL
771
- replication solution is Slony. There are also commercial and
772
- hardware-based replication solutions available.
766
+ sent to multiple replicated computers. Using this capability has a
767
+ serious performance impact. Pgcluster is the most popular such
768
+ solution available for PostgreSQL. Master-slave replication allows a
769
+ single master to receive read/write queries, with slaves able to
770
+ accept only read/SELECT queries. The most popular master-slave
771
+ PostgreSQL replication solution is Slony. There are also commercial
772
+ and hardware-based replication solutions available.
Original file line number Diff line number Diff line change 10
10
alink ="#0000ff ">
11
11
< H1 > Frequently Asked Questions (FAQ) for PostgreSQL</ H1 >
12
12
13
- < P > Last updated: Sun Apr 24 07:57:14 EDT 2005</ P >
13
+ < P > Last updated: Sun Apr 24 08:01:19 EDT 2005</ P >
14
14
15
15
< P > Current maintainer: Bruce Momjian (< A href =
16
16
"mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ A > )
@@ -989,7 +989,7 @@ <H3><A name="4.21">4.21</A>) What replication solutions are available?
989
989
</ H3 >
990
990
< P > Though "replication" is a single term, there are two major replication
991
991
technologies. Multi-master replication allows read/write queries to be
992
- sent to multiple replicated computers. This capability has a
992
+ sent to multiple replicated computers. Using this capability has a
993
993
serious performance impact. < A href ="http://pgfoundry.org/projects/pgcluster/ ">
994
994
Pgcluster</ A > is the most popular such solution available for PostgreSQL.
995
995
Master-slave replication allows a single master to receive read/write
You can’t perform that action at this time.
0 commit comments