Re: Implement missing join selectivity estimation for range types

Поиск
Список
Период
Сортировка
От Alena Rybakina
Тема Re: Implement missing join selectivity estimation for range types
Дата
Msg-id 5fc8d7f6-9cd5-4da3-8a94-1d06831441fe@yandex.ru
обсуждение исходный текст
Ответ на Re: Implement missing join selectivity estimation for range types  (Schoemans Maxime <maxime.schoemans@ulb.be>)
Список pgsql-hackers
Hi!

Thank you for your work on the subject, I think it's a really useful 
feature and it allows optimizer to estimate more correctly clauses with 
such type of operator.

I rewieved your patch and noticed that some comments are repeated into 
multirangejoinsel functions, I suggest combining them.

The proposed changes are in the attached patch.


If this topic is about calculating selectivity, have you thought about 
adding cardinality calculation test for queries with this type of operator?

For example, you could form queries similar to those that you use in 
src/test/regress/sql/multirangetypes.sql and 
src/test/regress/sql/rangetypes.sql.

I added a few in the attached patch.

-- 
Regards,
Alena Rybakina

Вложения

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: trying again to get incremental backup
Следующее
От: Konstantin Knizhnik
Дата:
Сообщение: Re: Custom explain options