Re: Tuple size limits and upgrading - Mailing list pgsql-general

From Igor' Robul'
Subject Re: Tuple size limits and upgrading
Date
Msg-id 20001128135532.A26600@linux.rainbow
Whole thread Raw
In response to Tuple size limits and upgrading  ("Gordan Bobic" <gordan@freeuk.com>)
List pgsql-general
On Tue, Nov 28, 2000 at 10:36:20AM -0000, Gordan Bobic wrote:
> like to bump this up to at least 256K, although 512K would be nice. This is
> for the purpose of storing large text fields, although it's usefulness
If you don't need make index on this text field, and indexing BIG text
is not very good, you can store big text into BLOB
> might be extended for storing binary data as well (e.g. large images).
For binary data use BLOBs

--
Igor' Robul', Unix System Administrator & Programmer @ sanatorium "Raduga",
Sochi, Russia
http://www.brainbench.com/transcript.jsp?pid=304744

pgsql-general by date:

Previous
From: Larry Rosenman
Date:
Subject: sgmlspl?
Next
From: "Gordan Bobic"
Date:
Subject: Re: Tuple size limits and upgrading