ALGORITHMS & DATA STRUCTURES ยท PRO CONCEPT
124

LSM Tree

Write-optimized tree structure used in Cassandra, RocksDB, and LevelDB.

LSMCassandrawrite-ahead
  • Where LSM Tree fits in a system design conversation.
  • How LSM changes the architecture under real traffic pressure.
  • What to watch for when Cassandra becomes the bottleneck.