Subject | Quadtree, or quasi-b-tree? |
---|---|
Author | Nigel Weeks |
Post date | 2003-05-29T00:01:41Z |
If you make an index on two fields, i.e.:
create index ind_geocords on tbl_gis(int_lat, int_long);
Does it use quad-trees to handle the two dimensions, or a quasi-b-tree
implementation?
--------------------------------------------------------
Nigel Weeks
E-Easy
15 Wellington St. Launceston Tas 7250
Ph. 61 3 6334 6664
Fax. 61 3 6331 7032
Email. nigel@...
Web: www.e-easy.com.au
--------------------------------------------------------
create index ind_geocords on tbl_gis(int_lat, int_long);
Does it use quad-trees to handle the two dimensions, or a quasi-b-tree
implementation?
--------------------------------------------------------
Nigel Weeks
E-Easy
15 Wellington St. Launceston Tas 7250
Ph. 61 3 6334 6664
Fax. 61 3 6331 7032
Email. nigel@...
Web: www.e-easy.com.au
--------------------------------------------------------