Skip to content
Snippets Groups Projects
Commit aac44843 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Increase max known database size.

parent bb373089
No related branches found
No related tags found
No related merge requests found
Frequently Asked Questions (FAQ) for PostgreSQL Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Fri Mar 7 00:48:42 EST 2003 Last updated: Mon Mar 17 11:32:59 EST 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -656,7 +656,7 @@ ...@@ -656,7 +656,7 @@
4.5) What is the maximum size for a row, a table, and a database? 4.5) What is the maximum size for a row, a table, and a database?
These are the limits: These are the limits:
Maximum size for a database? unlimited (1 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? 16 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
......
...@@ -10,7 +10,7 @@ ...@@ -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: Fri Mar 7 00:48:42 EST 2003</P> <P>Last updated: Mon Mar 17 11:32:59 EST 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>
...@@ -838,7 +838,7 @@ ...@@ -838,7 +838,7 @@
<P>These are the limits:</P> <P>These are the limits:</P>
<PRE> <PRE>
Maximum size for a database? unlimited (1 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? 16 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment