Add support for GeoSpatial queries in Cloudflare D1 (e.g. R*tree or Geopoly) #13283
johnswarbrick
started this conversation in
Feature Requests
Replies: 3 comments
-
|
updated ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
yes please! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Would really be nice to have, please consider SpatiaLite as well |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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