Re: Why Postgres doesn't use TID scan?

Поиск
Список
Период
Сортировка
Искать
От
Alvaro Herrera
Тема
Re: Why Postgres doesn't use TID scan?
Дата
Msg-id
20181218164004.eq423wrntg5egxlj@alvherre.pgsql
Ответ на
Список
Дерево обсуждения
Why Postgres doesn't use TID scan? Vladimir Ryabtsev <greatvovan@gmail.com>
Re: Why Postgres doesn't use TID scan? Tom Lane <tgl@sss.pgh.pa.us>
Re: Why Postgres doesn't use TID scan? Alvaro Herrera <alvherre@2ndquadrant.com>
Re: Why Postgres doesn't use TID scan? Vladimir Ryabtsev <greatvovan@gmail.com>
Re: Why Postgres doesn't use TID scan? Tom Lane <tgl@sss.pgh.pa.us>
Re: Why Postgres doesn't use TID scan? Vladimir Ryabtsev <greatvovan@gmail.com>
Re: Why Postgres doesn't use TID scan? Andrew Gierth <andrew@tao11.riddles.org.uk>
Re: Why Postgres doesn't use TID scan? Vladimir Ryabtsev <greatvovan@gmail.com>
Re: Why Postgres doesn't use TID scan? Andrew Gierth <andrew@tao11.riddles.org.uk>
Re: Why Postgres doesn't use TID scan? Vladimir Ryabtsev <greatvovan@gmail.com>
Re: Why Postgres doesn't use TID scan? Rick Otten <rottenwindfish@gmail.com>
On 2018-Dec-17, Tom Lane wrote:

> Queries like yours are kinda sorta counterexamples to that, but pretty
> much all the ones I've seen seem like crude hacks (and this one is not
> an exception).  Writing a bunch of code to support them feels like
> solving the wrong problem.  Admittedly, it's not clear to me what the
> right problem to solve instead would be.

Yeah, over the years I've confronted several times with situations where
a deletion by ctid (and sometimes updates, IIRC) was the most convenient
way out of.  It's not the kind of thing that you'd do with any
frequency, just one-offs.  It's always been a bit embarrasing that this
doesn't "work properly".  There's always been some way around it, much
slower and less convenient ...

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

В списке pgsql-performance по дате отправления
От: Mark Kirkwood
Дата:
От: Patrick Mulrooney
Дата:
FAQ