Streaming replication with different structure

From: salah jubeh <s_jubeh(at)yahoo(dot)com>
To: pgsql <pgsql-general(at)postgresql(dot)org>
Subject: Streaming replication with different structure
Date: 2012-10-29 10:27:12
Message-ID: 1351506432.64283.YahooMailNeo@web122201.mail.ne1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Chris Angelico 2012-10-29 11:00:05 Re: How to print application_name in log_line_prefix (using %a)?
Previous Message Richard Huxton 2012-10-29 10:03:01 Re: table logging