Why DATE(updated_at) Broke Timezones and Killed PostgreSQL Index Performance
3d ago · 7 min read · I recently resolved two separate production bugs that turned out to share the same root cause — a seemingly innocent DATE() call wrapped around a timestamptz column. What made it worse: the pattern ha
Join discussion