Tag Archives: sql

SQL laziness

A small, but cathartic, rant on what’s irritating me today.

Posted in Programming, Rants | Tagged , | Leave a comment

Vector denormalisation in PostgreSQL

PostgreSQL is a relational database system, and is designed for the general case. That means it aims for scalability rather than efficiency at any specific data size.

Posted in Programming | Tagged , | 2 Comments