Re: how to implement selectivity injection in postgresql - Mailing list pgsql-hackers

From Euler Taveira
Subject Re: how to implement selectivity injection in postgresql
Date
Msg-id 53EBB348.5000005@timbira.com.br
Whole thread Raw
In response to how to implement selectivity injection in postgresql  (Rajmohan C <csrajmohan@gmail.com>)
List 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 by date:

Previous
From: Atri Sharma
Date:
Subject: Re: WIP Patch for GROUPING SETS phase 1
Next
From: Pavel Stehule
Date:
Subject: Re: PostrgeSQL vs oracle doing 1 million sqrts am I doing it wrong?