PostgreSQL aggregations: subqueries are not so bad 29/03/2026 — 8 min read Following a previous mistake, I find subqueries can beat CTE performance, but are still worse for the disk Read more
PostgreSQL aggregation processing speed 06/10/2025 — 7 min read Comparison of aggregation function speed, on the database and in a host language Read more
Comparing aggregation between EdgeDB and Postgres 24/09/2024 — 8 min read EdgeDB is a layer above Postgres, as it uses it as the underlying engine. How can we harness the power of Postgres through this interface? Read more
Efficient PostgreSQL Aggregations 04/10/2023 — 9 min read Diving into PostgreSQL query plans to improve our tooling Read more