Re: Planned simplification of catalog index updates

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Planned simplification of catalog index updates
Дата
Msg-id 1028337304.11710.14.camel@jester
обсуждение исходный текст
Ответ на Planned simplification of catalog index updates  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Planned simplification of catalog index updates
Список pgsql-hackers
> An even more radical approach is to get rid of the hardwired index name
> lists in indexing.h, and instead expect CatalogOpenIndices to make use
> of the index OID lists that are maintained by the relcache (since 7.1 or
> so).  Then the typical call would reduce to
> 
>     CatalogUpdateIndexes(Relation, HeapTuple);

This would be great.  Anyway to take it one step further and make it
transparent?  Hide it in heap_insert / update?



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

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