]> granicus.if.org Git - postgresql/commitdiff
Update FAQ.
authorBruce Momjian <bruce@momjian.us>
Sat, 27 Jan 2001 20:19:34 +0000 (20:19 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 27 Jan 2001 20:19:34 +0000 (20:19 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 03413703d9ee63bba3881a00ba28f1bdac63bd32..ea8f83c380923067fae2d23765b2775b7b5cd440 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
     
    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?
index 5102fc2e0fdde84d0178108a9af3f4bc0c77206a..431456a9895c89438bd1b7f55a3fef05dba1e57d 100644 (file)
     <P>These are the limits:</P>
 <PRE>
 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
 </PRE>
     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.
 
     <H4><A name="4.7">4.7</A>) How much database disk space is required
     to store data from a typical text file?<BR>