Core concept
Wide = fewer rows, atomic per-row updates, but read amplification. Tall = more rows, cheap append, denormalized.
Advertisement
How it works
Wide tables limited by row size (recommended <10MB). Wide + atomic ops important trade-off.
Advertisement
Trade-offs + gotchas
Time-series: tall. User profile: wide. Session events: tall.