1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Update max tasble size to 32TB.

This commit is contained in:
Bruce Momjian
2003-09-09 18:25:44 +00:00
parent d0bfe7f100
commit 1815f6179d
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
Frequently Asked Questions (FAQ) for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -683,7 +683,7 @@
These are the limits: These are the limits:
Maximum size for a database? unlimited (4 TB databases exist) 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 row? 1.6TB
Maximum size for a field? 1 GB Maximum size for a field? 1 GB
Maximum number of rows in a table? unlimited Maximum number of rows in a table? unlimited
@ -694,7 +694,7 @@
disk space and memory/swap space. Performance may suffer when these disk space and memory/swap space. Performance may suffer when these
values get unusually large. 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 from the operating system. Large tables are stored as multiple 1 GB
files so file system size limits are not important. files so file system size limits are not important.

View File

@ -10,7 +10,7 @@
alink="#0000ff"> alink="#0000ff">
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
<P>Last updated: Sun Sep 7 18:02:46 EDT 2003</P> <P>Last updated: Tue Sep 9 14:25:24 EDT 2003</P>
<P>Current maintainer: Bruce Momjian (<A href= <P>Current maintainer: Bruce Momjian (<A href=
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR> "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@ -870,7 +870,7 @@
<P>These are the limits:</P> <P>These are the limits:</P>
<PRE> <PRE>
Maximum size for a database? unlimited (4 TB databases exist) 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 row? 1.6TB
Maximum size for a field? 1 GB Maximum size for a field? 1 GB
Maximum number of rows in a table? unlimited Maximum number of rows in a table? unlimited
@ -882,7 +882,7 @@
available disk space and memory/swap space. Performance may suffer available disk space and memory/swap space. Performance may suffer
when these values get unusually large. when these values get unusually large.
<P>The maximum table size of 16 TB does not require large file <P>The maximum table size of 32 TB does not require large file
support from the operating system. Large tables are stored as support from the operating system. Large tables are stored as
multiple 1 GB files so file system size limits are not multiple 1 GB files so file system size limits are not
important.</P> important.</P>