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 20191030151006.cja5q3hd6fclwuq4@localhost
обсуждение исходный текст
Ответ на RE: BUG #16089: Index only scan does not happen but expected  (Stepan Yankevych <Stepan_Yankevych@epam.com>)
Ответы Re: BUG #16089: Index only scan does not happen but expected  (Dmitry Dolgov <9erthalion6@gmail.com>)
Список pgsql-bugs
> 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).



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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16090: Migración con pg_dump
Следующее
От: Dmitry Dolgov
Дата:
Сообщение: Re: BUG #16089: Index only scan does not happen but expected