Re: how to implement selectivity injection in postgresql

Поиск
Список
Период
Сортировка
От Euler Taveira
Тема Re: how to implement selectivity injection in postgresql
Дата
Msg-id 53EBB348.5000005@timbira.com.br
обсуждение исходный текст
Ответ на how to implement selectivity injection in postgresql  (Rajmohan C <csrajmohan@gmail.com>)
Список pgsql-hackers
On 13-08-2014 15:28, Rajmohan C wrote:
> Yeah. I have to do it for my academic research. Is it available in
> catalogs? It is to be computed at run time from the predicates in the query
> right?
> 
The selectivity information is available at runtime. See
backend/optimizer/path/costsize.c.


--   Euler Taveira                   Timbira - http://www.timbira.com.br/  PostgreSQL: Consultoria, Desenvolvimento,
Suporte24x7 e Treinamento
 



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

Предыдущее
От: Atri Sharma
Дата:
Сообщение: Re: WIP Patch for GROUPING SETS phase 1
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: PostrgeSQL vs oracle doing 1 million sqrts am I doing it wrong?