Re: benchmarking the query planner

Поиск
Список
Период
Сортировка
От Nathan Boley
Тема Re: benchmarking the query planner
Дата
Msg-id 6fa3b6e20812111333w4b57b171yb56b853c5be0e5f3@mail.gmail.com
обсуждение исходный текст
Ответ на Re: benchmarking the query planner  ("Vladimir Sitnikov" <sitnikov.vladimir@gmail.com>)
Список pgsql-hackers
> One more direction could be implementing "MCV" for range of values (group
> values and interpolate in between). Consider statistics on timestamp column
> that says that for "2008-December" there are as many X rows, for
> "2008-November" as many as Y, etc.  That could be used for rather accurate
> cardinality estimation of "between" cases, while keeping number of entries
> in "MCV" list small.
>

I suggested this earlier (
http://archives.postgresql.org/pgsql-hackers/2008-06/msg00353.php ).
If there's interest, I'd be happy to clean up my patch and submit it
for 8.5

-Nathan


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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: posix_fadvise v22
Следующее
От: "Vladimir Sitnikov"
Дата:
Сообщение: Re: benchmarking the query planner