Skip to main content

Search

Items tagged with: postgres


Introducing Nile, #Serverless #Postgres for modern #SaaS

https://www.thenile.dev/blog/introducing-nile

Has anyone used it, has some opinion about it?
(yes, I know that serverless is a buzzword)


I'll be speaking at #passdatasummit in a few weeks! Doing a full day pre-con on PostGIS (using OpenStreetMap of course) and a general session on Postgres extensions.

By my count, 12% of all sessions have something to do with Postgres! 🐘 Not bad for a traditionally MS conference πŸ€“

#postgres #postgis #gischat

https://blog.rustprooflabs.com/2023/10/pass-2023-coming-soon


Our pgconfig tool is updated for Postgres 16! 🐘

https://pgconfig.rustprooflabs.com/

#postgres #postgresql


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


Postgres 16 is OUT THERE! πŸ˜πŸŽ‰

#postgres #postgresql

https://www.postgresql.org/about/news/postgresql-16-released-2715/


Sampling Postgres data in QGIS

Let's say you have a large data source and you want to roughly see what data you have, without having to pull and render every little forest path in the world (which could take forever).

You can do this by creating a custom layer and use the `TABLESAMPLE` [1] to retrieve a subset of the data.

[1] https://www.postgresql.org/docs/current/sql-select.html#SQL-FROM

#postgres #qgis


PGSQLPhriday #008 Roundup! πŸ€“

Great topic this month, thanks @michristofides for hosting!

https://www.pgmustard.com/blog/pgsql-phriday-008-roundup

#pgsqlphriday #postgres #postgresql


Such an innocent looking query... I didn't expect it to do this!

One table has 500 rows, the other has 381k. Table stats are accurate. The planner still decides it will return 39M rows, roughly 20% of what a cartesian join. The screenshot is from pgMustard, plan here: https://app.pgmustard.com/#/explore/486276b3-d9e5-4bc8-a1eb-a3a23cd1caf4?highlighted=0

SELECT *
FROM store_potential_customers p
INNER JOIN osm.road_line r
ON r.route_motor
WHERE p.geom <-> r.geom < 100
;

@michristofides
#postgis #postgresql #postgres #performance

This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.

⇧