MySQL
では、二次分割アルゴリズムを利用した
R-Tree
を使用して空間カラムにインデックスを付けます。空間インデックスは、ジオメトリの
MBR を使用して作成されます。
多くのジオメトリに対しては、MBR
はジオメトリを囲む最小矩形です。水平または垂直な
LineString に対しては、MBR は LineString
に縮退した矩形です。 Point に対しては、MBR は
Point に縮退した矩形です。
This is a translation of the MySQL Reference Manual that can be
found at
dev.mysql.com.
The original Reference Manual is in English, and this translation
is not necessarily as up to date as the English version.