Re: Covering Indexes

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Covering Indexes
Дата
Msg-id 1340899866-sup-4764@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Covering Indexes  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Covering Indexes  (Aidan Van Dyk <aidan@highrise.ca>)
Re: Covering Indexes  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Covering Indexes  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-hackers
Excerpts from Tom Lane's message of jue jun 28 12:07:58 -0400 2012:

> When this came up a couple weeks ago, the argument that was made for it
> was that you could attach non-significant columns to an index that *is*
> unique.  That might or might not be a wide enough use-case to justify
> adding such a horrid kludge.

The other question is whether such an index would prevent an update from
being HOT when the non-indexed values are touched.  That could be a
significant difference.

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Covering Indexes
Следующее
От: Thom Brown
Дата:
Сообщение: Re: Posix Shared Mem patch