Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2bd17a5

Browse files
committed
Add FAQ entry on hardware selection.
1 parent 118ec0d commit 2bd17a5

File tree

2 files changed

+27
-4
lines changed

2 files changed

+27
-4
lines changed

doc/FAQ

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Fri Jun 4 00:09:16 EDT 2004
4+
Last updated: Sun Jul 11 20:18:47 EDT 2004
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -54,6 +54,7 @@
5454
3.9) What is in the pgsql_tmp directory?
5555
3.10) Why do I need to do a dump and restore to upgrade PostgreSQL
5656
releases?
57+
3.10) What computer hardware should I use?
5758

5859
Operational Questions
5960

@@ -258,7 +259,7 @@
258259

259260
1.7) What is the latest release?
260261

261-
The latest release of PostgreSQL is version 7.4.2.
262+
The latest release of PostgreSQL is version 7.4.3.
262263

263264
We plan to have major releases every six to eight months.
264265

@@ -633,6 +634,17 @@
633634
In releases where the on-disk format does not change, the pg_upgrade
634635
script can be used to upgrade without a dump/restore. The release
635636
notes mention whether pg_upgrade is available for the release.
637+
638+
3.11) What computer hardware should I use?
639+
640+
Because PC hardware is mostly compatible, people tend to believe that
641+
all PC hardware is of equal quality. It is not. ECC RAM, SCSI, and
642+
quality motherboards are more reliable and have better performance
643+
than less expensive hardware. PostgreSQL will run on almost any
644+
hardware, but if you are building a server where reliability and
645+
performance are concerns, it is wise to research your hardware options
646+
thoroughly. Our email lists can be used to discuss hardware options
647+
and tradeoffs.
636648
_________________________________________________________________
637649

638650
Operational Questions

doc/src/FAQ/FAQ.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

13-
<P>Last updated: Fri Jun 4 00:09:16 EDT 2004</P>
13+
<P>Last updated: Sun Jul 11 20:18:47 EDT 2004</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<A href=
1616
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -76,6 +76,7 @@ <H2 align="center">Administrative Questions</H2>
7676
directory?<BR>
7777
<A href="#3.10">3.10</A>) Why do I need to do a dump and restore
7878
to upgrade PostgreSQL releases?<BR>
79+
<A href="#3.11">3.10</A>) What computer hardware should I use?<BR>
7980

8081

8182
<H2 align="center">Operational Questions</H2>
@@ -333,7 +334,7 @@ <H4><A name="1.6">1.6</A>) Where can I get support?</H4>
333334

334335
<H4><A name="1.7">1.7</A>) What is the latest release?</H4>
335336

336-
<P>The latest release of PostgreSQL is version 7.4.2.</P>
337+
<P>The latest release of PostgreSQL is version 7.4.3.</P>
337338

338339
<P>We plan to have major releases every six to eight months.</P>
339340

@@ -806,6 +807,16 @@ <H4><A name="3.10">3.10</A>) Why do I need to do a dump and restore
806807
The release notes mention whether <I>pg_upgrade</I> is available for the
807808
release.</P>
808809

810+
<H4><A name="3.11">3.11</A>) What computer hardware should I use?</H4>
811+
812+
<P>Because PC hardware is mostly compatible, people tend to believe that
813+
all PC hardware is of equal quality. It is not. ECC RAM, SCSI, and
814+
quality motherboards are more reliable and have better performance than
815+
less expensive hardware. PostgreSQL will run on almost any hardware,
816+
but if you are building a server where reliability and performance are
817+
concerns, it is wise to research your hardware options thoroughly. Our
818+
email lists can be used to discuss hardware options and tradeoffs.</P>
819+
809820
<HR>
810821

811822
<H2 align="center">Operational Questions</H2>

0 commit comments

Comments
 (0)