From f2393202a5343dcaeffdbec518aa241573185335 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 6 Mar 2026 07:38:04 +0100 Subject: PostgreSQL: Add option to CLUSTER on geometry index. See https://www.postgresql.org/docs/current/sql-cluster.html . --- config.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.yml') diff --git a/config.yml b/config.yml index f6f5df1..bf42711 100644 --- a/config.yml +++ b/config.yml @@ -614,6 +614,10 @@ layers: # # has a single source, then the sources singleton can be inlined. # layer1_name: # description: A string describing that layer +# +# # Whether to CLUSTER on the geometry index after importing +# cluster-geometry: true +# # create: # # Geometry Type for the output layer. Possible values are like ogr2ogr(1)'s -nlt # # value, namely one of NONE, GEOMETRY, POINT, LINESTRING, POLYGON, MULTIPOINT, -- cgit v1.2.3