From 4f6039de6ed3eb7d207efe194313bb347fe0ee80 Mon Sep 17 00:00:00 2001
From: Bruce Momjian The maximum table size, row size, and
maximum number of columns can be quadrupled by increasing the default
block size to 32k. The maximum table size can also be increased using
table partitioning. Last updated: Sun Apr 2 23:40:12 EDT 2006 Last updated: Wed Apr 12 14:55:59 EDT 2006 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -674,7 +674,8 @@ table?Frequently Asked Questions (FAQ) for PostgreSQL
- unlimited
important.
The maximum table size, row size, and maximum number of columns - can be quadrupled by increasing the default block size to 32k.
+ can be quadrupled by increasing the default block size to 32k. The + maximum table size can also be increased using table partitioning.One limitation is that indexes can not be created on columns longer than about 2,000 characters. Fortunately, such indexes are -- cgit v1.2.3