Re: index-only scan is missing the INCLUDE feature

Поиск
Список
Период
Сортировка
Искать
От
Craig Ringer
Тема
Re: index-only scan is missing the INCLUDE feature
Дата
Msg-id
4FE28AD5.5090702@ringerc.id.au
Ответ на
Список
Дерево обсуждения
index-only scan is missing the INCLUDE feature Eyal Wilde <eyal@impactsoft.co.il>
Re: index-only scan is missing the INCLUDE feature Craig Ringer <ringerc@ringerc.id.au>
Re: index-only scan is missing the INCLUDE feature Shaun Thomas <sthomas@optionshouse.com>
Re: index-only scan is missing the INCLUDE feature Craig Ringer <ringerc@ringerc.id.au>
Re: index-only scan is missing the INCLUDE feature Cédric Villemain <cedric@2ndquadrant.com>
On 06/20/2012 11:32 PM, Shaun Thomas wrote:
> On 06/20/2012 09:11 AM, Craig Ringer wrote:
>
>> For those of us who don't know MS-SQL, can you give a quick
>> explanation of what the INCLUDE keyword in an index definition is
>> expected to do, or some documentation references?
>
> He's talking about what MS SQL Server commonly calls a "covering 
> index." In these cases, you can specify columns to be included in the 
> index, but not actually part of the calculated hash. This prevents a 
> trip to the table data, so selects can be serviced entirely by an 
> index scan.

Oh, OK, so it's a covering index with added fields that don't form part 
of the searchable index structure to make the index a little less 
expensive than a fully covering index on all the columns of interest. 
Fair enough. Thanks for the explanation.

Eyal, you'll get a better response to questions about other DBMSs if you 
explain what you need/want to do with the desired feature and what that 
feature does in the other DBMS.
>
> PostgreSQL is about half way there by allowing index-only scans, 
> though I've no idea if they intend on adding further functionality 
> like this.

There's certainly lots of interest in adding more, but not that many 
people with the expertise to be able to do it - and fewer still who're 
paid to work on Pg so they have time to focus on it. Covering indexes 
with Pg's MVCC model seem to be particularly challenging, too.

--
Craig Ringer


В списке pgsql-performance по дате отправления
От: Josh Berkus
Дата:
Сообщение: Re: moving tables
От: Albe Laurenz
Дата:
Сообщение: Re: moving tables
FAQ