From: Bruce Momjian Date: Sat, 27 Jan 2001 20:19:34 +0000 (+0000) Subject: Update FAQ. X-Git-Tag: REL7_1~622 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b72ca55ed546d2d4096ec725fd5238adc0e76a53;p=postgresql Update FAQ. --- diff --git a/doc/FAQ b/doc/FAQ index 03413703d9..ea8f83c380 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -639,14 +639,16 @@ These are the limits: Maximum size for a database? unlimited (60GB databases exist) -Maximum size for a table? unlimited on all operating systems +Maximum size for a table? 64 TB on all operating systems Maximum size for a row? unlimited in 7.1 and later +Maximum size for a field? 1GB in 7.1 and later Maximum number of rows in a table? unlimited -Maximum number of columns in a table? unlimited +Maximum number of columns in a table? 1600 Maximum number of indexes on a table? unlimited Of course, these are not actually unlimited, but limited to available - disk space. + disk space and memory/swap space. Performance may suffer when these + values get unusually large. 4.7) How much database disk space is required to store data from a typical text file? diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 5102fc2e0f..431456a989 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -831,14 +831,16 @@

These are the limits:

 Maximum size for a database?             unlimited (60GB databases exist)
-Maximum size for a table?                unlimited on all operating systems
+Maximum size for a table?                64 TB on all operating systems
 Maximum size for a row?                  unlimited in 7.1 and later
+Maximum size for a field?                1GB in 7.1 and later
 Maximum number of rows in a table?       unlimited
-Maximum number of columns in a table?    unlimited
+Maximum number of columns in a table?    1600
 Maximum number of indexes on a table?    unlimited
 
Of course, these are not actually unlimited, but limited to - available disk space. + available disk space and memory/swap space. Performance may + suffer when these values get unusually large.

4.7) How much database disk space is required to store data from a typical text file?