Re: HOT for PostgreSQL 8.3

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: HOT for PostgreSQL 8.3
Дата
Msg-id 1171037518.22638.73.camel@silverbirch.site
обсуждение исходный текст
Ответ на Re: HOT for PostgreSQL 8.3  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, 2007-02-09 at 10:17 -0500, Tom Lane wrote:
> Teodor Sigaev <teodor@sigaev.ru> writes:
> >> Implementing the "replace these TIDs" operation atomically would be 
> >> simple, except for the new bitmap index am. It should be possible there 
> 
> > That isn't simple (may be, even possible) from GIN.
> 
> I suspect that those pushing this idea only care about btrees anyway,
> so one possible answer is that HOT is only possible when the table has
> only btree indexes --- or at least, only indexes of AMs that support the
> replace-these-TIDs operation.  (Yet another pg_am flag...)

Well, thats me. Yes, I think b-trees-only is acceptable.

Realistically, very frequent updating and full text indexing are easily
separable use cases, at least into separate tables.

HOT should be of use in Data Warehousing applications also, when summary
tables are maintained alongside detailed data, but that also sounds like
HOT and bitmap indexes would be separable at the table level without
difficulty.

--  Simon Riggs              EnterpriseDB   http://www.enterprisedb.com




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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: possible TODOs
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: possible TODOs