Re: Index corruption / planner issue with one table in my pg 11.6 instance

Поиск
Список
Период
Сортировка
От Jeremy Finzel
Тема Re: Index corruption / planner issue with one table in my pg 11.6 instance
Дата
Msg-id CAMa1XUi9gA6-0rt1rvK8Mi-qE99yK42iEwYwXj42WbgwV_zLEQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Index corruption / planner issue with one table in my pg 11.6 instance  (Jeremy Finzel <finzelj@gmail.com>)
Список pgsql-hackers
On Tue, Dec 10, 2019 at 8:25 AM Jeremy Finzel <finzelj@gmail.com> wrote:
Is there a way for me to test this theory?  I tried the following with no change in behavior:
  1. Disable write load to table
  2. Vacuum analyze table (not vac full)
  3. Create index
  4. Explain
Still did not pick up the index.

Just another followup: with no other intervention on our part, after many hours the planner is picking up the index.

I don't quite know what is causing it still, but is this behavior actually desired?  It's pretty inconvenient when trying to build an index for a query need and immediately use it which used to work :).

Thanks,
Jeremy

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Wrong assert in TransactionGroupUpdateXidStatus
Следующее
От: Tom Lane
Дата:
Сообщение: Re: tuplesort test coverage