Update max existing db size to 32tb.
This commit is contained in:
parent
18e5addb96
commit
386e0f9046
6
doc/FAQ
6
doc/FAQ
@ -1,9 +1,7 @@
|
|||||||
|
|
||||||
]
|
|
||||||
|
|
||||||
Frequently Asked Questions (FAQ) for PostgreSQL
|
Frequently Asked Questions (FAQ) for PostgreSQL
|
||||||
|
|
||||||
Last updated: Sun Oct 5 10:25:21 EDT 2003
|
Last updated: Fri Oct 10 17:27:02 EDT 2003
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -688,7 +686,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 (4 TB databases exist)
|
Maximum size for a database? unlimited (32 TB databases exist)
|
||||||
Maximum size for a table? 32 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
<HTML>
|
<HTML>
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<META name="generator" content="HTML Tidy, see www.w3.org">
|
<META name="generator" content="HTML Tidy, see www.w3.org">
|
||||||
@ -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 Oct 5 10:25:21 EDT 2003</P>
|
<P>Last updated: Fri Oct 10 17:27:02 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>
|
||||||
@ -872,7 +872,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 (32 TB databases exist)
|
||||||
Maximum size for a table? 32 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
|
||||||
|
Loading…
Reference in New Issue
Block a user