summaryrefslogtreecommitdiff
path: root/doc/FAQ
diff options
context:
space:
mode:
Diffstat (limited to 'doc/FAQ')
-rw-r--r--doc/FAQ6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 31bb6d579da..e5acfdbf6d6 100644
--- 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 (pgman@candle.pha.pa.us)
@@ -683,7 +683,7 @@
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
@@ -694,7 +694,7 @@
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.