Search
Items tagged with: pgosm
pgBouncer is being added to PgOSM Flex! This should help the connection load with --append workloads
It is a WIP but I *think* it is functional! Testing and feedback welcome.
This finally became possible b/c pgBouncer added support for prepared statements π€
#pgosm #postgis #openstreetmap #gischat
https://github.com/rustprooflabs/pgosm-flex/pull/243
It is a WIP but I *think* it is functional! Testing and feedback welcome.
This finally became possible b/c pgBouncer added support for prepared statements π€
#pgosm #postgis #openstreetmap #gischat
https://github.com/rustprooflabs/pgosm-flex/pull/243
PgOSM Flex is ready to go with Postgres 16 and PostGIS 3.4! π€ π πΊοΈ
#pgosm #postgis #postgres #postgresql #openstreetmap #gischat
https://github.com/rustprooflabs/pgosm-flex/releases/tag/0.10.2
#pgosm #postgis #postgres #postgresql #openstreetmap #gischat
https://github.com/rustprooflabs/pgosm-flex/releases/tag/0.10.2
Release 0.10.2 Β· rustprooflabs/pgosm-flex
PgOSM Flex 0.10.2 Commit hash: f45b3f6 The commit hash from this git repo shows up with the PgOSM Flex version number in SELECT pgosm_flex_version FROM osm.pgosm_flex; If you see this version wit...GitHub
Hey PgOSM Flex Users! Can you help test / code review in the next couple of weeks? I'll be updating the PR I just started. Moving DB deploy away from Sqitch...
Yes... this will fix a bug I recently introduced...
More importantly -- this continues the move toward being more flexible! This change has been brewing for a while π€
https://github.com/rustprooflabs/pgosm-flex/pull/324
#pgosm #openstreetmap #postgis
Yes... this will fix a bug I recently introduced...
More importantly -- this continues the move toward being more flexible! This change has been brewing for a while π€
https://github.com/rustprooflabs/pgosm-flex/pull/324
#pgosm #openstreetmap #postgis
Restructuring DB deploy code from Sqitch to managed by Python by rustprooflabs Β· Pull Request #324 Β· rustprooflabs/pgosm-flex
Closes #318. As much as I love Sqitch, it isn't appropriate for this use. Sqitch expects what it deploys doesn't change without it knowing. This simply isn't the case with anything deployed via P...GitHub