Kari Lavikka wrote: > On Wed, 29 Aug 2007, Heikki Linnakangas wrote: > >> The idea of being able to set the toast threshold per column was >> discussed during 8.3 development, but no patch was produced IIRC. We >> might do that in the future. If you're willing to compile from source, >> you can lower TOAST_TUPLE_THRESHOLD. > > We are currently using Postgres 8.1 but have to upgrade to 8.2 shortly. > New version fixes some vacuum problems. > > I always compile postgres from source. Maybe I have to do some > calculations because that setting affects all tables and databases. Most > of our text/varchar columns are quite short but setting the threshold > too low causes excessive seeks to toast tables... right? Right. If you have trouble finding the right balance, you can also use ALTER STORAGE PLAIN to force the other columns not to be toasted. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org