File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Frequently Asked Questions (FAQ) for PostgreSQL
3
3
4
- Last updated: Sun Sep 7 18:02:46 EDT 2003
4
+ Last updated: Tue Sep 9 14:25:24 EDT 2003
5
5
6
6
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
7
7
683
683
684
684
These are the limits:
685
685
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
687
687
Maximum size for a row? 1.6TB
688
688
Maximum size for a field? 1 GB
689
689
Maximum number of rows in a table? unlimited
694
694
disk space and memory/swap space. Performance may suffer when these
695
695
values get unusually large.
696
696
697
- The maximum table size of 16 TB does not require large file support
697
+ The maximum table size of 32 TB does not require large file support
698
698
from the operating system. Large tables are stored as multiple 1 GB
699
699
files so file system size limits are not important.
700
700
Original file line number Diff line number Diff line change 10
10
alink ="#0000ff ">
11
11
< H1 > Frequently Asked Questions (FAQ) for PostgreSQL</ H1 >
12
12
13
- < P > Last updated: Sun Sep 7 18:02:46 EDT 2003</ P >
13
+ < P > Last updated: Tue Sep 9 14:25:24 EDT 2003</ P >
14
14
15
15
< P > Current maintainer: Bruce Momjian (< A href =
16
16
"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
870
870
< P > These are the limits:</ P >
871
871
< PRE >
872
872
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
874
874
Maximum size for a row? 1.6TB
875
875
Maximum size for a field? 1 GB
876
876
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
882
882
available disk space and memory/swap space. Performance may suffer
883
883
when these values get unusually large.
884
884
885
- < P > The maximum table size of 16 TB does not require large file
885
+ < P > The maximum table size of 32 TB does not require large file
886
886
support from the operating system. Large tables are stored as
887
887
multiple 1 GB files so file system size limits are not
888
888
important.</ P >
You can’t perform that action at this time.
0 commit comments