Re: Vacuum Full - Questions

Поиск
Список
Период
Сортировка
От Patrick B
Тема Re: Vacuum Full - Questions
Дата
Msg-id CAJNY3isRfbsavhDox4PAWmbnwhvW9uyP=r93rTGgknJQrBBDHA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Vacuum Full - Questions  (Venkata B Nagothi <nag1010@gmail.com>)
Ответы Re: Vacuum Full - Questions  (Venkata B Nagothi <nag1010@gmail.com>)
Список pgsql-general


2016-09-01 11:53 GMT+12:00 Venkata B Nagothi <nag1010@gmail.com>:

On Thu, Sep 1, 2016 at 8:41 AM, Patrick B <patrickbakerbr@gmail.com> wrote:
Hi guys,

A dev has ran a VACUUM FULL command into our test database running PostgreSQL 9.5 (I know... goddamn!!!!)...

... after the Vacuum Full, some queries start using SEQ scans instead of indexes...

Does that happen because of the size of the table? The table that I'm referring to is 150MB big after the vacuum (Before was 1G)...

Yes, it is possible that sequential scans after vacuum full are cheaper than Index scans before vacuum full ? do you see improvement in query response times ? 
How does the cost differ ?

Regards,
Venkata B N

Fujitsu Australia


Well... the response time was worst than when using index.. that's very weird... I've re-created the indexes now a ran ANALYZE and the query is using again the index.. just wanted understand what happened...


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

Предыдущее
От: Venkata B Nagothi
Дата:
Сообщение: Re: Vacuum Full - Questions
Следующее
От: "dandl"
Дата:
Сообщение: UPDATE OR REPLACE?