Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: contrib/rtree_gist into core system? - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: contrib/rtree_gist into core system?
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: contrib/rtree_gist into core system?  (Greg Stark <[email protected]>)
List pgsql-hackers
> I believe all the picksplit functions are based on (apparently via copy/paste)
> a single algorithm that depends on a single operator: a kind of "distance"
> function. Usually it's the same function underlying the penalty gist api

You are wrong, at least now in contrib it used three basic picksplit algoritm
1 simple sorting for ordered domain( btree_gist, ltree )
2 several variations of Guttmans algorithm (tsearch2, intarray, seg, cube)
3 linear picksplit for rtree_gist 
(http://www.sai.msu.su/~megera/postgres/gist/papers/nsplitLN.ps.gz).



-- 
Teodor Sigaev                                   E-mail: [email protected]
  WWW: http://www.sigaev.ru/
 


pgsql-hackers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: contrib/rtree_gist into core system?
Next
From: Neil Conway
Date:
Subject: Re: How two perform TPC-H test on postgresql-8.0.2