Streaming replication with different structure - Mailing list pgsql-general

From salah jubeh
Subject Streaming replication with different structure
Date
Msg-id 1351506432.64283.YahooMailNeo@web122201.mail.ne1.yahoo.com
Whole thread Raw
List pgsql-general
Greetings,

I have a binary replication as follow:

1. The primary is used for the write operation
2. I am interested in optimizing a query of one of the tables which has a daily partitions with around 8 GB in size.
3. The server is used mainly for write and the average data write for all tables around 40 GB per day.

The slave is used only for read operation.  Is it possible to add indexes only on the salve to increase the performance, If this is not possible,   how can I estimate the effect of adding indexes on the master and it's effect on the write operation

Thanks in advance
 

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: table logging
Next
From: Chris Angelico
Date:
Subject: Re: How to print application_name in log_line_prefix (using %a)?