Re: pgsql is 75 times faster with my new index scan - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: pgsql is 75 times faster with my new index scan
Date
Msg-id 39D1968E.C1B68213@tm.ee
Whole thread Raw
In response to RE: pgsql is 75 times faster with my new index scan  ("Mikheev, Vadim" <vmikheev@SECTORBASE.COM>)
List pgsql-hackers
"Mikheev, Vadim" wrote:
> 
> Why not implement *true* CLUSTER?
> With cluster, all heap tuples will be in cluster index.
> 

What is *true* CLUSTER ?

'grep CLUSTER' over the latest SQL standards gives back nothing.


> > > The last step could be done in two ways. First by limiting
> > > number of indices for one table we can store coresponding
> > > indices' TIDs in each heap tuple. The update is then simple
> > > taking one disk write.
> > 
> > Why limit it ? One could just save an tid array in each tuple .
> 
> And update *entire* heap after addition new index?!

I guess that this should be done even for limited number of 
indices' TIDs in a heap tuple ?

--------------
Hannu


pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: use of / in ~ vs. ~*
Next
From: Louis-David Mitterrand
Date:
Subject: Re: function crashes backend