Streaming replication and partitions

From: Victor Tan <victortcs(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Streaming replication and partitions
Date: 2013-05-16 20:36:11
Message-ID: CANxEMJOuNMECD=Z2G0+WvQLMc41LPGUGM1vWz23wbR1Hg3GCyQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I am basically familiar with postgreSQL (in older incarnations) but have
not really done a streaming replication (WAL) setup before.

In planning for my setup, I am going to use table partitioning and
tablespaces to keep things as quick as "possible". However, in a streaming
replication environment, will the slave and the master have to be _exactly_
the same in terms of tablespaces? Is it possible some TBSPACE01 on the
master be on /sda1 and the same TBSPACE01 on the slave be on /sdb1?

Will I have to set up identical hardware and identical drives and directory
structure between the master and slave?

Thanks.

- Victor Tan

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Joshua D. Drake 2013-05-16 20:52:58 Re: Streaming replication and partitions
Previous Message Oscar Calderon 2013-05-16 19:25:24 Re: Migration of server