View Single Post

   
  #2 (permalink)  
Old 04-18-2008, 12:19 AM
Jaime Casanova
 
Posts: n/a
Default Re: ignore_killed_tuples is always true

On 2/10/06, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> ITAGAKI Takahiro <itagaki.takahiro@lab.ntt.co.jp> writes:
> > I found IndexScanDesc->ignore_killed_tuples is always true.
> > Is this still needed?

>
> What is the point of removing it? You cannot argue that saving
> one if-test per tuple is a worthwhile speedup.
>
> regards, tom lane
>


to clean code?

--
regards,
Jaime Casanova
(DBA: DataBase Aniquilator

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Reply With Quote