Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1815f61

Browse files
committed
Update max tasble size to 32TB.
1 parentd0bfe7f commit1815f61

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎doc/FAQ

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated:Sun Sep7 18:02:46 EDT 2003
4+
Last updated:Tue Sep9 14:25:24 EDT 2003
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -683,7 +683,7 @@
683683

684684
These are the limits:
685685
Maximum size for a database? unlimited (4 TB databases exist)
686-
Maximum size for a table?16 TB
686+
Maximum size for a table?32 TB
687687
Maximum size for a row? 1.6TB
688688
Maximum size for a field? 1 GB
689689
Maximum number of rows in a table? unlimited
@@ -694,7 +694,7 @@
694694
disk space and memory/swap space. Performance may suffer when these
695695
values get unusually large.
696696

697-
The maximum table size of16 TB does not require large file support
697+
The maximum table size of32 TB does not require large file support
698698
from the operating system. Large tables are stored as multiple 1 GB
699699
files so file system size limits are not important.
700700

‎doc/src/FAQ/FAQ.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

13-
<P>Last updated:Sun Sep7 18:02:46 EDT 2003</P>
13+
<P>Last updated:Tue Sep9 14:25:24 EDT 2003</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<Ahref=
1616
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -870,7 +870,7 @@ <H4><A name="4.5">4.5</A>) What is the maximum size for a row, a
870870
<P>These are the limits:</P>
871871
<PRE>
872872
Maximum size for a database? unlimited (4 TB databases exist)
873-
Maximum size for a table?16 TB
873+
Maximum size for a table?32 TB
874874
Maximum size for a row? 1.6TB
875875
Maximum size for a field? 1 GB
876876
Maximum number of rows in a table? unlimited
@@ -882,7 +882,7 @@ <H4><A name="4.5">4.5</A>) What is the maximum size for a row, a
882882
available disk space and memory/swap space. Performance may suffer
883883
when these values get unusually large.
884884

885-
<P>The maximum table size of16 TB does not require large file
885+
<P>The maximum table size of32 TB does not require large file
886886
support from the operating system. Large tables are stored as
887887
multiple 1 GB files so file system size limits are not
888888
important.</P>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp