RE: TOAST-table vacuuming (was Re: Idea for reducing pl anning time)

Поиск
Список
Период
Сортировка
От Mikheev, Vadim
Тема RE: TOAST-table vacuuming (was Re: Idea for reducing pl anning time)
Дата
Msg-id 8F4C99C66D04D4118F580090272A7A234D31FF@sectorbase1.sectorbase.com
обсуждение исходный текст
Ответы Re: TOAST-table vacuuming (was Re: Idea for reducing pl anning time)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> We'd still want XID keys for the locks that are used to wait for a
> particular transaction to complete (eg when waiting to update 
> a tuple). I think that's OK since VACUUM doesn't need to hold any
> such locks, but it'd probably mean making separate lmgr API entry
> points for those locks as opposed to normal table-level locks.

In this case XID is used as key in LOCKTAG, ie in lock identifier,
but we are going to change XIDTAG, ie just holder identifier.
No new entry will be required.

Vadim


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

Предыдущее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: TOAST-table vacuuming (was Re: Idea for reducing pl anning time)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Views as FROM subselects