ended3월 31일· 1 sources
Inside the Black Box: How Database INSERT Operations Really Work
INSERT 속에 숨겨진 것들: PostgreSQL·MongoDB·Cassandra의 다른 선택
Why it matters
This article reveals that calling INSERT triggers multiple behind-the-scenes operations that most engineers never consider. Different databases make fundamentally different architectural choices—PostgreSQL uses WAL logs and heap files, MongoDB leverages B-Trees with WiredTiger, and Cassandra employs immutable SSTables. Understanding these internal mechanisms is critical because each approach has cascading effects on write speed, read performance, crash recovery, and latency under load.
1
Sources
+0
24h
—
Growth
174d
Active
PostgreSQLMongoDBCassandraWALB-TreeSSTable