PATCH: default_index_tablespace

From: jltallon(at)adv-solutions(dot)net
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: PATCH: default_index_tablespace
Date: 2015-04-15 21:53:35
Message-ID: b040657607ba76fc55a311bbcec69da4@adv-solutions.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
DITv1.git.patch text/plain 6.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-04-15 23:12:11 Re: PATCH: default_index_tablespace
Previous Message Qingqing Zhou 2015-04-15 21:43:34 Re: reparsing query