Create Virtual Indexes on Postgres

Поиск
Список
Период
Сортировка
От Sreerama Manoj
Тема Create Virtual Indexes on Postgres
Дата
Msg-id CA+go1QGDi_QH4wdij8kGeAqzosPOSftCM=nCQuwgTVQm_w80gQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Create Virtual Indexes on Postgres  (Neil Tiffin <neilt@neiltiffin.com>)
Список pgsql-general
Hi,
     I use Postgres 9.4 database.Now,I am optimizing the queries by using the results of "explain" and "explain analyze",Sometimes I am creating Indexes to optimize them. But, I was not successful sometimes as even I create Index to optimize them, the planner is not using them .

So my question was can we know whether the planner  will use the index before actually creating a real Index..or can we create "virtual" or "Hypothetical" Index those can only be known to the planner and not the user or Is there any alternative to do it..If present,share with me.

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

Предыдущее
От: Sergey Shchukin
Дата:
Сообщение: Re: [pgadmin-support] Issue with a hanging apply process on the replica db after vacuum works on primary
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: [HACKERS] Composite index and min()