Fwd: [PERFORM] Loose Index Scans by Planner?

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема Fwd: [PERFORM] Loose Index Scans by Planner?
Дата
Msg-id CAMkU=1zoosLAGBkY=rDpA1KvtYFvWbu=cUkyFKZGv9eKw7oKiQ@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
I'd like to create a ToDo item for "loose index scans" or "skip
scans", when the lead column has low cardinality and is not used in
the where clause.  This case can potentially be optimized by using the
index as if it were a collection of N "partitioned" indexes, where N
is the cardinality of the lead column.  Any objections?

I don't really have a detailed plan on how to do it.  I expect the
planner part would be harder than the execution part.

See "[PERFORM] Loose Index Scans by Planner" thread.

Thanks,

Jeff



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

Предыдущее
От: Jeff Janes
Дата:
Сообщение: Re: [PERFORM] pg_dump and thousands of schemas
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: PATCH: pgbench - random sampling of transaction written into log