ganos.geometry.mbbox_split_mode

更新时间:
复制 MD 格式

Controls the split mode used when building a multi-bounding box (MBBox) spatial index.

Data type

String

Valid values

ValueSplit criterionDefault
lengthObject lengthYes
pointsNumber of pointsNo

Examples

Set the parameter for the current session:

-- Split by object length (default)
SET ganos.geometry.mbbox_split_mode = 'length';

-- Split by the number of points
SET ganos.geometry.mbbox_split_mode = 'points';