duckdb / duckdb/duckdb-spatial

Feature Request: ST_Subdivide

Open
#583 3 comments 10 reactions 0 assignees View on GitHub
enhancement
Dominant language
C
Stars
708
Forks
96
Avg merge
1d 21h
Merged PRs (30d)
5

Description

Just like the nicely formatted https://github.com/duckdb/duckdb-spatial/issues/367 I'd love to add [ST_Subdivide](https://postgis.net/docs/ST_Subdivide.html) to avoid a copy back and forth to Postgres.

The new spatial join stuff is fantastic! I found with humongous polygons with 100s of thousands of points I can speed up ST_Intersects joins by over 50x by using [ST_Subdivide](https://postgis.net/docs/ST_Subdivide.html) to balloon the row count and decrease the complexity of each polygon.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.