Re: Long running query causing XID limit breach

Поиск
Список
Период
Сортировка
От Torsten Förtsch
Тема Re: Long running query causing XID limit breach
Дата
Msg-id CAKkG4_nLNSDSDd7emC+p4rEicmeCBCBJozzy3QRFvO7BWh3SRA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Long running query causing XID limit breach  (sud <suds1434@gmail.com>)
Ответы Re: Long running query causing XID limit breach
Список pgsql-general
On Sat, May 25, 2024 at 11:00 PM sud <suds1434@gmail.com> wrote:

But i have one question here , does max_standby_streaming_delay = 14 , means the queries on the standby will get cancelled after 14 seconds?

No, your query gets cancelled when it stalls replication for >14 sec. If your master is idle and does not send any WAL and the replica has caught up, the query can take as long as it wants. 

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

Предыдущее
От: David HJ
Дата:
Сообщение: Re: Long running query causing XID limit breach
Следующее
От: sud
Дата:
Сообщение: Re: Long running query causing XID limit breach