File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
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: Mon Jun 18 14:55:56 EDT 2001
4
+ Last updated: Tue Jul 10 21:01:47 EDT 2001
5
5
6
6
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
7
7
@@ -649,7 +649,7 @@ Maximum number of indexes on a table? unlimited
649
649
650
650
The maximum table size of 16TB does not require large file support
651
651
from the operating system. Large tables are stored as multiple 1GB
652
- files.
652
+ files so file system size limits are not important .
653
653
654
654
The maximum table size and maximum number of columns can be increased
655
655
if the default block size is increased to 32k.
Original file line number Diff line number Diff line change 12
12
alink ="#0000FF ">
13
13
< H1 > Frequently Asked Questions (FAQ) for PostgreSQL</ H1 >
14
14
15
- < P > Last updated: Mon Jun 18 14:55:56 EDT 2001</ P >
15
+ < P > Last updated: Tue Jul 10 21:01:47 EDT 2001</ P >
16
16
17
17
< P > Current maintainer: Bruce Momjian (< A href =
18
18
"mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ A > )< BR >
@@ -841,7 +841,7 @@ <H4><A name="4.6">4.6</A>) What is the maximum size for a row,
841
841
842
842
< P > The maximum table size of 16TB does not require large file
843
843
support from the operating system. Large tables are stored as
844
- multiple 1GB files.</ P >
844
+ multiple 1GB files so file system size limits are not important .</ P >
845
845
846
846
< P > The maximum table size and maximum number of columns can be
847
847
increased if the default block size is increased to 32k.</ P >
You can’t perform that action at this time.
0 commit comments