Re: BUG #16089: Index only scan does not happen but expected

Поиск
Список
Период
Сортировка
От Dmitry Dolgov
Тема Re: BUG #16089: Index only scan does not happen but expected
Дата
Msg-id 20191030151439.gtfp77bef25za3n4@localhost
обсуждение исходный текст
Ответ на Re: BUG #16089: Index only scan does not happen but expected  (Dmitry Dolgov <9erthalion6@gmail.com>)
Ответы RE: BUG #16089: Index only scan does not happen but expected  (Stepan Yankevych <Stepan_Yankevych@epam.com>)
Список pgsql-bugs
> On Wed, Oct 30, 2019 at 04:10:06PM +0100, Dmitry Dolgov wrote:
> > On Wed, Oct 30, 2019 at 02:18:09PM +0000, Stepan Yankevych wrote:
> >
> > >> And in fact at least in my tests this was indeed faster
> > Can you show execution plan when index is used?
> > Does it uses Index only scan or index scan and table scan?
> 
> Yes, at the bottom of the plan there was an Index Only Scan going
> through l1_snapshot_201811 (although while populating the table I've set
> values only for not nullable columns).

To clarify, Index Only Scan was there only after changing
random_page_cost/seq_page_cost. As I mentioned in the previous email,
original plan was also parallel seq scan.



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

Предыдущее
От: Dmitry Dolgov
Дата:
Сообщение: Re: BUG #16089: Index only scan does not happen but expected
Следующее
От: Stepan Yankevych
Дата:
Сообщение: RE: BUG #16089: Index only scan does not happen but expected