Increasing 8k row limit - Mailing list pgsql-general

From mike focosi
Subject Increasing 8k row limit
Date
Msg-id 004701c049bc$3735dcd0$2a252fd0@goldendome.com
Whole thread Raw
List pgsql-general
I've read in the postgresql FAQ that it is possible to increase the 8k row
limit by editing 'include/config.h' and recompiling postresql. this is
something that I am considering since I have a great deal of web scripts
that are currently limited to 8k.

What I need to know, and have not been able to find any documentation or
tips about, is whether or not increasing the row limit would recommended.
Are there any reasons why I would not want to do this? Any side effects or
problems that anybody has experienced?

I've looked into large objects and really don't want to go that route if
possible. (Actually, I'm hoping postgres 7.1 will come out soon. I've read
that it will have no row limit.) Also thought about (and have done in some
cases) programmatically working around the limit. Like having another table
that stores chunks of text (<8k) etc. But that seems like a hack that'd I'd
really not want to do.

We're running is running PostgreSQL 6.5.2 on our primary database server and
am hoping to move to 7+ soon. We have about 30-40 databases and our primary
scripting language is PHP 4.

If anybody has increased the limit on their PostgreSQL installation in a
production environment, I'd like to hear your thoughts and experiences or,
hopefully not, dashed hopes and woes.

thanks
-mike

mike focosi
senior applications developer
golden dome media
http://www.goldendomemedia.com
http://www.surfmichiana.com
http://www.wndu.com


pgsql-general by date:

Previous
From: Andrew Gould
Date:
Subject: Re: SQL
Next
From: "Oliver Elphick"
Date:
Subject: Re: VACUUM AND VACUUM ANALYSE