Links tagged “postgresql”
5 links, newest first.
edgedb.com
Home page of EdgeDB, a graph-relational database built on PostgreSQL with its own query language EdgeQL; the project is now called Gel.
cybertec-postgresql.com
Why aggregating first and joining the lookup table afterwards beats joining five million rows then grouping, with the execution plans that explain the gap.
timescale.com
Product site for TimescaleDB, the extension that turns PostgreSQL into a time-series database, keeping full SQL over high-rate metric ingestion.
explain.depesz.com
Paste a PostgreSQL EXPLAIN plan and get it back as a readable annotated tree that highlights the costly nodes; plans can be shared or anonymised.
thebuild.com
Why Django's ORM handles very large result sets badly, and how to use PostgreSQL server-side cursors to iterate over them instead.




