Re: Planned simplification of catalog index updates

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Planned simplification of catalog index updates
Дата
Msg-id 200208030146.g731kSS11333@candle.pha.pa.us
обсуждение исходный текст
Ответ на Planned simplification of catalog index updates  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> This would simplify development/maintenance at the cost of a small
> amount of CPU time building the index OID list whenever it wasn't
> already cached.  (OTOH ... I'm unsure whether opening an index by OID
> is any faster than opening it by name, but it's certainly plausible that
> it might be --- so we could find we buy back the time spent building
> relcache index lists by making the actual index open step quicker.)
> 
> Comments?  I want to do the first step in any case, but I'm not sure
> about eliminating the index name lists.

All your changes make sense to me.

--  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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: FUNC_MAX_ARGS benchmarks
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: WAL file location