Re: Analyze on large changes...

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Analyze on large changes...
Дата
Msg-id 200206120311.g5C3Boq22165@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Analyze on large changes...  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Analyze on large changes...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > One change in this patch is that because analyze now runs in the outer
> > transaction, I can't clear the memory used to support each analyzed
> > relation.  Not sure if this is an issue.
> 
> Seems like a pretty serious (not to say fatal) objection to me.  Surely
> you can fix that.

OK, suggestions.  I know CommandCounterIncrement will not help.  Should
I do more pfree'ing?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Analyze on large changes...
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Schemas and template1