Re: Another try at reducing repeated detoast work for PostGIS

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Another try at reducing repeated detoast work for PostGIS
Дата
Msg-id 1250533758.16514.12.camel@monkey-cat.sm.truviso.com
обсуждение исходный текст
Ответ на Another try at reducing repeated detoast work for PostGIS  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Another try at reducing repeated detoast work for PostGIS  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Mon, 2009-08-17 at 13:37 -0400, Tom Lane wrote:
> Thinking about it again, it seems to me that a much narrower patch
> could solve the specific forms of the problem that the PostGIS folk
> are seeing.  Instead of trying to have a general-purpose method of
> preventing repeat de-toasting, we could just prevent it for inner
> indexscans by having ExecIndexEvalRuntimeKeys() detoast anything it's
> passing to the index AM. 

With this patch, are there still situations where we should be concerned
about repeated de-toasting, or does this solve the biggest part of the
problem?

If so, is it possible that two similar plans for the same query might
perform differently due to repeated de-toasting?

Regards,Jeff Davis



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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: CommitFest 2009-07: Remaining Patches Moved To CommitFest 2009-09
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Alpha 1 release notes