Re: Vertical Partitioning with TOAST - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: Vertical Partitioning with TOAST
Date
Msg-id 1141467346.3772.2.camel@localhost.localdomain
Whole thread Raw
In response to Re: Vertical Partitioning with TOAST  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Vertical Partitioning with TOAST  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-hackers
Ühel kenal päeval, N, 2006-03-02 kell 22:15, kirjutas Bruce Momjian:
> Is there still interst in this idea for TODO?

Just to voice my support - Yes, I think that being able to set lower
thresolds for TOAST is very useful in several cases.

Also getting rid of toast index and start using ctids directly would be
a big bonus.

When using direct ctids we could use either ctid chains or some sort of
skiplist for access to N-th TOAST chunk.

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




pgsql-hackers by date:

Previous
From: Stefan Kaltenbrunner
Date:
Subject: problem with large maintenance_work_mem settings and CREATE INDEX
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Vertical Partitioning with TOAST