databases
Understanding the Tradeoff Between Reads and Writes in Databases and Why You Canβt Optimize Both at the Same Time
A clear explanation of the read/write tradeoff in databases and its impact on performance decisions.
4 articles about databases
A clear explanation of the read/write tradeoff in databases and its impact on performance decisions.
A simple explanation of Bloom filters, false positives, and why they are used in databases, caches, and search systems.
A clear comparison of LSM trees vs B-trees, write amplification, read patterns, and when each design wins.
A clean mental model of B+ trees, selectivity, and query planners, plus the real-world cases where indexes hurt performance.