Re: BUG #16130: planner does not pick unique btree index and goes for seq scan but unsafe hash index works.

Поиск
Список
Период
Сортировка
От mayur
Тема Re: BUG #16130: planner does not pick unique btree index and goes for seq scan but unsafe hash index works.
Дата
Msg-id -FFYttRTJqismSV93GlEDME1iL2tXMLzEJH_pWcW6hW5HFuP11iYO49dGt1oH7GoRVn_t17mRjFECzm5GncAAbEb7t8SP7FVGighjD0dip0=@protonmail.com
обсуждение исходный текст
Ответ на Re: BUG #16130: planner does not pick unique btree index and goes for seq scan but unsafe hash index works.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Thanks Tom,
Indeed old_snapshot_threshold is enabled. I don't know the reason behind it as it is pretty old database but new
createddevelopment and test environments don't have it. I will remove this and test this again. 

Best Regards

Sent with ProtonMail Secure Email.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Thursday, 21 November 2019 19:48, Tom Lane <tgl@sss.pgh.pa.us> wrote:

> PG Bug reporting form noreply@postgresql.org writes:
>
> > Planner does not pick unique btree index and goes for seq scan but unsafe
> > hash index works.
>
> I couldn't reproduce this from the given instructions.
>
> Looking at the code, it looks like it might be possible to explain it
> with a combination of (1) old_snapshot_threshold being enabled (not -1),
> and (2) something holding back global xmin, such as a long-running
> transaction. (Maybe you have an uncommitted prepared transaction?)
> In that situation a newly-created index won't be used until all older
> transactions have gone away. But the existence of an unlogged index
> (hash index) disables the snapshot threshold feature for the associated
> table.
>
> There may be some additional condition needed to cause it, because
> I still couldn't reproduce the behavior with those two conditions
> set up.
>
> IMO old_snapshot_threshold is a complete kluge and you should not
> have it turned on unless you desperately need it. It has a lot of
> poorly-documented drawbacks, including this one.
>
> regards, tom lane





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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #16129: Segfault in tts_virtual_materialize in logical replication worker
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: BUG #16129: Segfault in tts_virtual_materialize in logicalreplication worker