Re: 9.2 streaming replication issue and solution strategy

Поиск
Список
Период
Сортировка
От T. E. Lawrence
Тема Re: 9.2 streaming replication issue and solution strategy
Дата
Msg-id 3C0D8A80-DFF4-48A3-A10A-8ABC1899BD27@icloud.com
обсуждение исходный текст
Ответ на Re: 9.2 streaming replication issue and solution strategy  (Adrian Klaver <adrian.klaver@gmail.com>)
Ответы Re: 9.2 streaming replication issue and solution strategy  (Adrian Klaver <adrian.klaver@gmail.com>)
Список pgsql-general
> Have you looked at the below?:
>
> http://www.postgresql.org/docs/9.2/interactive/hot-standby.html#HOT-STANDBY-CONFLICT
>
> 25.5.2. Handling Query Conflicts

Yes, thank you!

I am hoping to hear more from people who have running 9.2 systems w/ between 100m and 1b records, w/ streaming
replicationand heavy data mining on the slaves (5-50m records read per hour by multiple parallel processes), while from
timeto time (2-3 times/week) between 20 and 50m records are inserted/updated within 24 hours. 

How do they resolve this situation.

For us retry + switch slave works quite well right now, without touching the db configuration in this respect yet.

But may be there are different approaches.


В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: 9.2 streaming replication issue and solution strategy
Следующее
От: Mike Jarmy
Дата:
Сообщение: Using a GIN index on an integer array to model sets of tags