How to create virtual indexes on postgres

Поиск
Список
Период
Сортировка
От Sreerama Manoj
Тема How to create virtual indexes on postgres
Дата
Msg-id CA+go1QFfj1LxvXDp+-ET7w__mu=hnYFgrH5H5005XKYs4iWSOw@mail.gmail.com
обсуждение исходный текст
Ответы Re: How to create virtual indexes on postgres  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
<div dir="ltr"><span style="font-size:12.8000001907349px">Hi,</span><div style="font-size:12.8000001907349px">     I
usePostgres 9.4 database.Now,I am optimizing the queries by using the results of "explain" and "explain
analyze",SometimesI am creating Indexes to optimize them. But, I was not successful sometimes as even I create Index to
optimizethem, the planner is not using them .</div><div style="font-size:12.8000001907349px"><br /></div><div
style="font-size:12.8000001907349px"><spanstyle="white-space:pre-wrap"> </span>So my question was can we know whether
theplanner  will use the index before actually creating a real Index..or can we create "virtual" or "Hypothetical"
Indexthose can only be known to the planner and not the user or Is there any alternative to do it..If present,share
withme.</div></div> 

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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: Partitioning WIP patch
Следующее
От: Ashutosh Bapat
Дата:
Сообщение: Re: Transactions involving multiple postgres foreign servers