Re: OIDs, CTIDs, updateable cursors and friends

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB SD
Тема Re: OIDs, CTIDs, updateable cursors and friends
Дата
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA40184CFDB@m0114.s-mxs.net
обсуждение исходный текст
Ответ на OIDs, CTIDs, updateable cursors and friends  (Shachar Shemesh <psql@shemesh.biz>)
Ответы Re: OIDs, CTIDs, updateable cursors and friends  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> I believe the ODBC driver uses CTID for this sort of problem.  CTID is
> guaranteed to exist and to be fast to access (since it's a physical
> locator).  Against this you have the problem that concurrent updates
> of the record will move it, leaving your CTID invalid.  However, that

IIRC the ctid access follows the chain up to the currently valid
tuple ? I thought the only enemy of ctid access was "vacuum" ?

Andreas


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

Предыдущее
От: "Thomas Hallgren"
Дата:
Сообщение: Re: Advice regarding configuration parameters
Следующее
От: "Zeugswetter Andreas SB SD"
Дата:
Сообщение: Re: [PATCHES] NO WAIT ...