Re: Reducing overhead for repeat de-TOASTing

Поиск
Список
Период
Сортировка
От Jeff
Тема Re: Reducing overhead for repeat de-TOASTing
Дата
Msg-id A959131D-B4CF-4059-9BB3-7DDF3E596ADC@torgo.978.org
обсуждение исходный текст
Ответ на Reducing overhead for repeat de-TOASTing  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Reducing overhead for repeat de-TOASTing
Список pgsql-hackers
On Jun 16, 2008, at 3:35 PM, Tom Lane wrote:

>
> to a cache entry rather than a freshly palloc'd value.  The cache  
> lookup
> key is the toast table OID plus value OID.  Now pg_detoast_datum()  
> has no
...
> the result of decompressing an inline-compressed datum, because  
> those have
> no unique ID that could be used for a lookup key.  This puts a bit  
> of a

Wouldn't the tid fit this? or table oid + tid?

--
Jeff Trout <jeff@jefftrout.com>
http://www.stuarthamm.net/
http://www.dellsmartexitin.com/





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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: Crash in pgCrypto?
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Crash in pgCrypto?