| От | Teodor Sigaev |
|---|---|
| Тема | Re: Selectivity estimation for intarray with @@ |
| Дата | |
| Msg-id | 55AE53CF.1050904@sigaev.ru обсуждение исходный текст |
| Ответ на | Re: Selectivity estimation for intarray with @@ (Alexander Korotkov <a.korotkov@postgrespro.ru>) |
| Ответы |
Re: Selectivity estimation for intarray with @@
|
| Список | pgsql-hackers |
Some notices about code: 1 Near function transformOperator() there is wrong operator name "@<" 2 int_query (and intquery) should be replaced to query_int to be consistent with actual type name. At least where it's used as separate lexeme. 3 For historical reasons @@ doesn't commutate with itself, it has a commutator ~~. Patch assumes that @@ is self-commutator, but ~~ will use 'contsel' as a restrict estimation. Suppose, we need to declare ~~ as deprecated and introduce commutating @@ operator. -- Teodor Sigaev E-mail: teodor@sigaev.ru WWW: http://www.sigaev.ru/
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера