set variable for TOAST_TUPLE_THRESHOLD - Mailing list pgsql-hackers

From Hannu Krosing
Subject set variable for TOAST_TUPLE_THRESHOLD
Date
Msg-id 1101743015.3999.4.camel@fuji.krosing.net
Whole thread Raw
List pgsql-hackers
Hi

I would like to test, how storing one biggish (~450 bytes bytea) column
into toast table would affect my applications performance.

is there a way to set the values used for this using some SET variable
or some column in system tables.

or is my only option to build a custom version of server with changed 
TOAST_TUPLE_THRESHOLD/TOAST_TUPLE_TARGET (in
src/include/access/tuptoaster.h) as advised by Tom Lane in
http://listcrawler.com/message2.jsp?id=53577

--------------
Hannu



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: multiline CSV fields
Next
From: Andreas Pflug
Date:
Subject: Re: Error: column "nsptablespace" does not exist