Re: Covering Indexes

Поиск
Список
Период
Сортировка
От Florian Weimer
Тема Re: Covering Indexes
Дата
Msg-id 877gsns8zp.fsf@mid.deneb.enyo.de
обсуждение исходный текст
Ответ на Re: Covering Indexes  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-hackers
* Jeff Janes:

> I don't see the virtue of this in this case.  Since the index is not
> unique, why not just put the index on (a,b,c,d) and be done with it?

AFAICT, SQLite 4 encodes keys in a way that is not easily reversed
(although the encoding is injective, so it's reversible in principle).
Therefore, covered columns need to be listed separately, so they are
not subject to the key encoding.



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: plperl sigfpe reset can crash the server
Следующее
От: Amit kapila
Дата:
Сообщение: Re: [WIP] Performance Improvement by reducing WAL for Update Operation