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
configparameter uses the same formatGiST indexing — GiST index usage for trajectory columns