PATCH: default_index_tablespace - Mailing list pgsql-hackers

From jltallon@adv-solutions.net
Subject PATCH: default_index_tablespace
Date
Msg-id b040657607ba76fc55a311bbcec69da4@adv-solutions.net
Whole thread Raw
Responses Re: PATCH: default_index_tablespace
List pgsql-hackers
Hi,

This small patch implements a new GUC (default_index_tablespace) plus
supporting code.
Originated from a customer request, the feature intends to make
creation of indexes on SSD-backed tablespaces easy and convenient
(almost transparent) for users: the DBA can just set it and indexes will
be placed in the specified tablespace --as opposed to the same
tablespace where the referenced table is-- without having to specify it
every time.

Feedback appreciated.



Thanks,

   / J.L.

Attachment

pgsql-hackers by date:

Previous
From: Qingqing Zhou
Date:
Subject: Re: reparsing query
Next
From: Tom Lane
Date:
Subject: Re: PATCH: default_index_tablespace