Skip to content
K

KAUSHIK DAS

AI Engineer &
Backend Engineer

/  Home/  Projects/  Knowledge/  AI Lab/  Writing/  Videos/  About

© 2026 Kaushik Das
Made with code & ☕

THEME

← ALL KNOWLEDGE

KNOWLEDGE / DB

Databases

How data is modeled, stored, indexed, queried, and kept consistent.

DB
PostgreSQLIndexingTransactionsQuery PlanningReplication
01

Foundational · 8 min

A Mental Model for PostgreSQL Indexes

A visual model for B-tree indexes, scans, selectivity, and why a planner may ignore an index.

PostgreSQLIndexingQuery Planning
Aug 24→
02

Intermediate · 9 min

Transactions and Isolation Levels

How database isolation controls what concurrent transactions are allowed to observe.

PostgreSQLTransactionsConsistency
Aug 17→