BaseSpatialField.spatial_index
Defaults to True
. Creates a spatial index for the given geometry field.
Note
This is different from the db_index
field option because spatial indexes are created in a different manner than regular database indexes. Specifically, spatial indexes are typically created using a variant of the R-Tree, while regular database indexes typically use B-Trees.
Please login to continue.