Re: Why Postgres doesn't use TID scan?

Vladimir Ryabtsev <greatvovan@gmail.com>

From: Vladimir Ryabtsev <greatvovan@gmail.com>
To: tgl@sss.pgh.pa.us
Cc: pgsql-performance@lists.postgresql.org
Date: 2018-12-18T02:40:49Z
Lists: pgsql-performance
OK, good to know.
I saw some timeout errors in the code writing to the log table during my
DELETE and decided they are relevant. Probably they had nothing to do with
my actions, need to investigate.
Thanks anyway.

Best regards,
Vlad

пн, 17 дек. 2018 г. в 18:32, Tom Lane <tgl@sss.pgh.pa.us>:

>
> DELETE doesn't lock the whole table.  What problem are you actually
> facing?
>
>