2026-06-25
· 3 min
·
Python , Tools
Enforce constraints on every assignment, not just at construction.
0 comments
2026-06-24
· 4 min
·
PostgreSQL
Reorder GROUP BY and DISTINCT keys to cut comparison costs and skip sorts—new optimizations in PostgreSQL 17 and 18 that usually stay invisible but…
0 comments
2026-06-24
· 4 min
·
PostgreSQL , Python , Tools
Cygnet is a PostgreSQL ORM for async Python that refuses to hide the SQL.
0 comments
2026-06-23
· 4 min
·
PostgreSQL
Diagnose index scan performance problems by temporarily disabling index scans or bitmap scans and measuring what the planner chooses instead.
0 comments
2026-06-23
· 4 min
·
Python , Tools
Quarantine user uploads before they reach your system.
0 comments
2026-06-22
· 4 min
·
PostgreSQL
Async append lets the planner fan out queries across remote shards in parallel instead of one at a time, but it's a diagnostic switch, not a tuning knob.
0 comments
2026-06-22
· 4 min
·
Django , Python , Tools
Three PostgreSQL utilities merge into one package: advisory locks (now async), query-log silencing without race conditions, and session-scoped GUC control.
0 comments
2026-06-22
· 3 min
·
PostgreSQL , Python , Tools
Generate valid SQL that looks real, nourishes nothing, and never spoils.
0 comments
2026-06-21
· 5 min
·
PostgreSQL
`effective_io_concurrency` has changed what it means twice—from a harmonic-series spindle count to a direct request depth to a real async I/O control.
0 comments
2026-06-21
· 3 min
Render the sky at any place and moment as a PNG gradient, with zero dependencies and pixel-perfect determinism.
0 comments