"tablespace" for tranaction log? - Mailing list pgsql-performance

From Thomas Finneid
Subject "tablespace" for tranaction log?
Date
Msg-id 497ABCEE.2090207@fcon.no
Whole thread Raw
Responses Re: "tablespace" for tranaction log?  (Euler Taveira de Oliveira <euler@timbira.com>)
List pgsql-performance
Hi

I have noticed that my transaction log has quite large activity volume
(up to 15MB per transaction), so with the amount of data I am using I
have manually moved the pg_xlog directory to a different disk. This
allows me to have both the table space and transaction log on two
different high performance disks.
But my question is, since I can do this with tablespace for tables,
indexes and so on, is there any possibilites to do a similar thing for
the transaction log from inside postgres? as in

    create indexspace = ....

regards

thomas

pgsql-performance by date:

Previous
From: "M. Edward (Ed) Borasky"
Date:
Subject: Re: SSD performance
Next
From: Thomas Finneid
Date:
Subject: strange index performance?