Databases¶
DB Technologies¶
- Apache Druid (Analytics OLAP)
- Surreal DB (Graph DB "NextSQL") HN
Indexing¶
Postgres¶
- Why does Neon use Paxos instead of Raft, and what’s the difference?
- Postgres Internals
- Postgres Tips- 9 Ways to Shoot Yourself in the Foot with Postgres
- Transaction Isolation in Postgres, explained
- Zero downtime Postgres upgrades
SQLite¶
- Turning SQLite into a distributed database
- Scaling SQLite to 4M QPS on a Single Server (EC2 vs Bare Metal)
- SQLite, Past Present & Future
- How SQLite Helps You Do ACID
- SQLite the only database you will ever need in most cases