ganos.geometry.mbbox_split_points

更新时间: 2026-03-28 01:36:24

Controls the number of points per segment when splitting geometry objects to build the multi-bounding box (mbbox) spatial index.

Data type

Integer

Valid values

2–100000. Default: 100.

Description

This parameter works together with ganos.geometry.mbbox_split_max_segments. If the number of resulting segments would exceed the limit set by ganos.geometry.mbbox_split_max_segments, Ganos recalculates the segment size using this formula:

points per segment = total points / max segments

Example

Set the number of points per segment for the current session:

SET ganos.geometry.mbbox_split_points = 150;

See also

ganos.geometry.mbbox_split_max_segments

上一篇: ganos.geometry.mbbox_split_length 下一篇: ganos.geometry.mbbox_split_max_segments
阿里云首页 云原生数据库 PolarDB 相关技术圈