Writing a Time Series Database from Scratch — Prometheus is an open source monitoring tool that includes a custom time series database. This is a deep dive into fleshing out a new architecture to address the existing database engine’s shortcomings.
Fabian Reinartz tutorial
New Features Coming to PostgreSQL 10 — Brief summaries on the key features coming to Postgres soon, including declarative partitioning and durable hash indexes. It’s going to be a huge release.
QuickDBD: Draw Database Diagrams Simply By Typing — You write out a schema in a simplified text format (almost like SQL’s answer to Markdown) and it produces good looking diagrams. No signup needed.
Dovetail Technologies tools
How Reddit Built A High Traffic Pixel Art Gallery — Reddit built an interactive pixel art system (called /r/place) that had to work with 100,000s of users from day one. This fascinating post goes into the details including why Cassandra was rejected as a data store, and how Redis was used.