Add support for GeoSpatial queries in Cloudflare D1 (e.g. R*tree or Geopoly) #13283
Replies: 6 comments 1 reply
-
|
updated ? |
Beta Was this translation helpful? Give feedback.
-
|
yes please! |
Beta Was this translation helpful? Give feedback.
-
|
Would really be nice to have, please consider SpatiaLite as well |
Beta Was this translation helpful? Give feedback.
-
|
Also suggest spatialite as a good standard one it’s just an extension with extra specialised tables |
Beta Was this translation helpful? Give feedback.
-
|
updates ? |
Beta Was this translation helpful? Give feedback.
-
|
Please 🙏 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the solution
Having a GeoSpatial plugin for Cloudflare D1 would fill a quite significant capability gap vs a cloud-hosted PostgreSQL or even SQLite database.
It would also allow customers using GeoSpatial features to migrate workflows from other providers to Cloudflare D1.
Running GeoSpatial queries "on the edge" using D1 will always be more efficient and offer less latency than trying to do it through a centralised database from another managed database provider.
There are existing GeoSpatial extensions for SQLite such as R*tree and Geopoly Extension would could be enabled.
Beta Was this translation helpful? Give feedback.
All reactions