-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Postgres/PostGIS integration #57
Comments
|
Storage module (tiles) is bottleneck; lack of elastic parallelism. |
Further down this clip: row focus in query plan means a lack of efficient parallelism with raster data. To me, there is an analogy with Dask indexes, and the creation of special “pivoted raster” indexes as in #26 (comment). |
It looks like TimeScale DB may be a good skew if Postgres to test an Xarray integration; they seem to have adopted a Zarr-like data model within Postgres internals. https://github.com/timescale/docs.timescale.com-content/blob/master/introduction/architecture.md |
Second time timescale has come across my radar this week; haven't looked into it yet but intrigued! |
https://overcast.fm/+AAU1XJb7r0Y/9:25
Can Xarrat/Zarr be hooked up to PostGIS as out DB rasters?
Some notes:
The text was updated successfully, but these errors were encountered: