File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-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: Sun Apr 2 23:40:12 EDT 2006
4
+ Last updated: Wed Apr 12 14:55:59 EDT 2006
5
5
6
6
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
7
7
507
507
files so file system size limits are not important.
508
508
509
509
The maximum table size, row size, and maximum number of columns can be
510
- quadrupled by increasing the default block size to 32k.
510
+ quadrupled by increasing the default block size to 32k. The maximum
511
+ table size can also be increased using table partitioning.
511
512
512
513
One limitation is that indexes can not be created on columns longer
513
514
than about 2,000 characters. Fortunately, such indexes are rarely
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 Apr 2 23:40:12 EDT 2006</ P >
13
+ < P > Last updated: Wed Apr 12 14:55:59 EDT 2006</ 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 > )
@@ -674,7 +674,8 @@ <H3 id="item4.4">4.4) What is the maximum size for a row, a
674
674
important.</ P >
675
675
676
676
< P > The maximum table size, row size, and maximum number of columns
677
- can be quadrupled by increasing the default block size to 32k.</ P >
677
+ can be quadrupled by increasing the default block size to 32k. The
678
+ maximum table size can also be increased using table partitioning.</ P >
678
679
679
680
< P > One limitation is that indexes can not be created on columns
680
681
longer than about 2,000 characters. Fortunately, such indexes are
You can’t perform that action at this time.
0 commit comments