Re: Index location patch for review - Mailing list pgsql-hackers

From Mikheev, Vadim
Subject Re: Index location patch for review
Date
Msg-id 3705826352029646A3E91C53F7189E32016776@sectorbase2.sectorbase.com
Whole thread Raw
In response to Index location patch for review  ("Jim Buttafuoco" <jim@buttafuoco.net>)
Responses Re: Index location patch for review  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> > Attached is a patch that adds support for specifying a
> > location  for indexes via the "create database" command.
> > 
> > I believe this patch is complete, but it is my first .
> 
> This patch allows index locations to be specified as
> different from data locations. Is this a feature direction
> we want to go in?  Comments?

The more general and "standard" way to go are TABLESPACEs.
But probably proposed feature will be compatible with
tablespaces, when we'll got them: we could use new "create
database" syntax to specify default tablespace for indices.
Unfortunately I removed message with patch, can you send it
to me, Bruce?

Vadim


pgsql-hackers by date:

Previous
From: Stefan Rindeskar
Date:
Subject: Re: Index location patch for review
Next
From: Bruce Momjian
Date:
Subject: Re: factorial doc bug?