ganos.trajectory.index_split_config

更新时间:
复制 MD 格式

ganos.trajectory.index_split_config controls how Ganos splits a trajectory when building a GiST (Generalized Search Tree) index on a trajectory column.

Description

The parameter value is a JSON string in the same format as the config parameter of the ST_Split function.

Default value

'{"cut_point.even_divide":10}'

See also

  • ST_Split — the function whose config parameter uses the same format

  • GiST indexing — GiST index usage for trajectory columns