Re: failover vs. read only queries

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: failover vs. read only queries
Дата
Msg-id 409.1276114013@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: failover vs. read only queries  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: failover vs. read only queries  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
Josh Berkus <josh@agliodbs.com> writes:
> The fact that failover current does *not* terminate existing queries and
> transactions was regarded as a feature by the audience, rather than a
> bug, when I did demos of HS/SR.  Of course, they might not have been
> thinking of the delay for writes.

> If there were an easy way to make the trigger file cancel all running
> queries, apply remaining logs and come up, then I'd vote for that for
> 9.0.  I think it's the more desired behavior by most users.  However,
> I'm opposed to any complex solutions which might delay 9.0 release.

My feeling about it is that if you want fast failover you should not
have your failover target server configured as hot standby at all, let
alone hot standby with a long max_standby_delay.  Such a slave could be
very far behind on applying WAL when the crunch comes, and no amount of
query killing will save you from that.  Put your long-running standby
queries on a different slave instead.

We should consider whether we can improve the situation in 9.1, but it
is not a must-fix for 9.0; especially when the correct behavior isn't
immediately obvious.
        regards, tom lane


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: failover vs. read only queries
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Command to prune archive at restartpoints