What is a SPATIAL INDEX and when should I use it?

前端 未结 4 1583
感动是毒
感动是毒 2021-02-01 12:56

Like most of the average PHP web developers I use MySql as a RDBMS. MySql (as other RDBMS also) offers SPATIAL INDEX features, but I\'m don\'t get it very well. I have googled f

4条回答
  •  天命终不由人
    2021-02-01 13:03

    You can use a spatial index for indexing geo-objects - shapes. The spatial index makes it possible to efficiently search for objects that overlap in space

提交回复
热议问题