aboutsummaryrefslogtreecommitdiffstats
path: root/config.yml
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2026-03-06 07:38:04 +0100
committerGuilhem Moulin <guilhem@fripost.org>2026-03-06 09:29:31 +0100
commitf2393202a5343dcaeffdbec518aa241573185335 (patch)
tree56efe6f15a4f7b0bdde4b5b35140f3c5fb9cc9f0 /config.yml
parent906dd8a34ed4231cc73cdea217a5e9b31cd37cb6 (diff)
PostgreSQL: Add option to CLUSTER on geometry index.
See https://www.postgresql.org/docs/current/sql-cluster.html .
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml4
1 files changed, 4 insertions, 0 deletions
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,