]> granicus.if.org Git - postgresql/commitdiff
Update FAQ.
authorBruce Momjian <bruce@momjian.us>
Sun, 28 Jan 2001 17:39:44 +0000 (17:39 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 28 Jan 2001 17:39:44 +0000 (17:39 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 6ae1a8d19e9ff9a79b666ca451b384c55f0b5f7e..373223a40fc071e957498ac873cce0cf738652a9 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?                64 TB on all operating systems
+Maximum size for a table?                16 TB
 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
@@ -650,6 +650,13 @@ Maximum number of indexes on a table?    unlimited
    disk space and memory/swap space. Performance may suffer when these
    values get unusually large.
    
+   The maximum table size of 16TB does not require large file support
+   from the operating system. Large tables are stored as multiple 1GB
+   files.
+   
+   The maximum table size and maximum number of columns can be increased
+   by four if the default block size is increased to 32k.
+   
     4.7) How much database disk space is required to store data from a typical
     text file?
     
index 9d2634467c22d656098c249ba62ffcabf63b6ab2..e180b923e3b90faa2d03f089063d7e9086030b8b 100644 (file)
     <P>These are the limits:</P>
 <PRE>
 Maximum size for a database?             unlimited (60GB databases exist)
-Maximum size for a table?                64 TB on all operating systems
+Maximum size for a table?                16 TB
 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
@@ -842,6 +842,13 @@ Maximum number of indexes on a table?    unlimited
     available disk space and memory/swap space.  Performance may
     suffer when these values get unusually large.
 
+    <P>The maximum table size of 16TB does not require large file
+    support from the operating system.  Large tables are stored
+    as multiple 1GB files.
+    
+    <P>The maximum table size and maximum number of columns can be
+    increased by four if the default block size is increased to 32k.
+
     <H4><A name="4.7">4.7</A>) How much database disk space is required
     to store data from a typical text file?<BR>
     </H4>