Streaming replication with different structure

Поиск
Список
Период
Сортировка
От salah jubeh
Тема Streaming replication with different structure
Дата
Msg-id 1351506432.64283.YahooMailNeo@web122201.mail.ne1.yahoo.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: table logging
Следующее
От: Chris Angelico
Дата:
Сообщение: Re: How to print application_name in log_line_prefix (using %a)?