Re: patch : Allow toast tables to be moved to a different tablespace

From: Christian Nicolaisen <christian(at)deltasoft(dot)no>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: patch : Allow toast tables to be moved to a different tablespace
Date: 2012-02-08 12:17:50
Message-ID: 4F3267EE.80405@deltasoft.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

We have some tables with documents and their metadata (filename,
filetype, etc).
Most of the time we just want to get the metadata (filename, filetype,
etc) and not the document itself.
In this case it would be nice to have the metadata (which wouldn't end
up on the TOAST) on a fast array (SSD-based),
and put the filedata on a slow array (HDD-based). It's probably possible
to have two tables one for metadata and one
for the extra file, but this is a workaround.

--
Mvh
Christian Nicolaisen
Deltasoft AS
Tlf +47 938 38 596

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Shigeru Hanada 2012-02-08 12:24:40 Re: pgsql_fdw, FDW for PostgreSQL server
Previous Message Shigeru Hanada 2012-02-08 11:51:29 Re: pgsql_fdw, FDW for PostgreSQL server