[DOCS] Excluding common values from the index

Поиск
Список
Период
Сортировка
От mnikulyak@gmail.com
Тема [DOCS] Excluding common values from the index
Дата
Msg-id 20170311230031.1429.23255@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: [DOCS] Excluding common values from the index  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/indexes-partial.html
Description:

Rather than a report of an error, this letter is a suggestion of improvement
of PostgreSQL.

As per page https://www.postgresql.org/docs/9.6/static/indexes-partial.html,
PostgreSQL avoids using indices when retrieving common values.

Then, maybe, during the construction of an index, PostgreSQL should be
detecting such common values, and exclude them from the index automatically.

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

Предыдущее
От: johnjdevine@gmail.com
Дата:
Сообщение: [DOCS] incorrect assignment op (= vs :=)
Следующее
От: elliotchance@gmail.com
Дата:
Сообщение: [DOCS] DECLARE syntax is different from the 2016 SQL standard