Re: index question

Поиск
Список
Период
Сортировка
От drum.lucas@gmail.com
Тема Re: index question
Дата
Msg-id CAE_gQfWnB5z7WJnbyOHJUi8PtkaprpmeouL1tjbJNO=p5Bi6qg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: index question  (Melvin Davidson <melvin6925@gmail.com>)
Ответы Re: index question  (Melvin Davidson <melvin6925@gmail.com>)
Список pgsql-general
To clarify, the index is based on a function called "split_part(....)
The WHERE clause is only referencing the full_part column, so the planner cannot associate the index with the full_part column.

Thanks for the explanation, Melvin.

It would be simple like:

CREATE INDEX CONCURRENTLY ON gorfs.inode_segments USING btree ("full_path");

?

Thanks again.
Lucas

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

Предыдущее
От: Melvin Davidson
Дата:
Сообщение: Re: index question
Следующее
От: Melvin Davidson
Дата:
Сообщение: Re: index question