Update max tasble size to 32TB.
authorBruce Momjian
Tue, 9 Sep 2003 18:25:44 +0000 (18:25 +0000)
committerBruce Momjian
Tue, 9 Sep 2003 18:25:44 +0000 (18:25 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 31bb6d579dadda3a69525a85f3fc1ffe4d6bc937..e5acfdbf6d6e7790a01b5321a2c1d03f35088caa 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Sun Sep 7 18:02:46 EDT 2003
+   Last updated: Tue Sep 9 14:25:24 EDT 2003
    
    Current maintainer: Bruce Momjian ([email protected])
    
     
    These are the limits:
     Maximum size for a database?             unlimited (4 TB databases exist)
-    Maximum size for a table?                16 TB
+    Maximum size for a table?                32 TB
     Maximum size for a row?                  1.6TB
     Maximum size for a field?                1 GB
     Maximum number of rows in a table?       unlimited
    disk space and memory/swap space. Performance may suffer when these
    values get unusually large.
    
-   The maximum table size of 16 TB does not require large file support
+   The maximum table size of 32 TB does not require large file support
    from the operating system. Large tables are stored as multiple 1 GB
    files so file system size limits are not important.
    
index 9e40827f4586b3f4cfce6673338b1b8b9cc04af3..5924dad4fca42fa85620361f039e75c287201fa1 100644 (file)
@@ -10,7 +10,7 @@
   alink="#0000ff">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Sun Sep  7 18:02:46 EDT 2003

+    

Last updated: Tue Sep  9 14:25:24 EDT 2003

 
     

Current maintainer: Bruce Momjian (

     

These are the limits:

 
     Maximum size for a database?             unlimited (4 TB databases exist)
-    Maximum size for a table?                16 TB
+    Maximum size for a table?                32 TB
     Maximum size for a row?                  1.6TB
     Maximum size for a field?                1 GB
     Maximum number of rows in a table?       unlimited
     available disk space and memory/swap space. Performance may suffer
     when these values get unusually large. 
 
-    

The maximum table size of 16 TB does not require large file

+    

The maximum table size of 32 TB does not require large file

     support from the operating system. Large tables are stored as
     multiple 1 GB files so file system size limits are not
     important.