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

--
Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance

Reply via email to