Mark Needham

Blog posts by Mark Needham

Showing 6 of 37 articles

Resources by Mark Needham

Database compression: encodings, codecs and ratios

Mark Needham • Last updated: May 6, 2026

Learn how databases compress data, the trade-offs between row and column storage, and why ClickHouse delivers industry-leading compression ratios.

What is a data lakehouse?

Mark Needham • Last updated: Apr 17, 2026

The data lakehouse combines the best of data warehouses and data lakes into a unified architecture. We'll explore its key components, advantages, and how ClickHouse fits into this modern analytics platform.

What is Real-Time Analytics? A Complete Guide (2026)

Mark Needham • Last updated: Apr 14, 2026

Discover what real-time analytics is, its key benefits, and its use cases, such as fraud detection. Learn how it differs from batch and what to look for in a database.

What is a columnar database?

Mark Needham • Last updated: Apr 7, 2026

A columnar database stores each column on disk separately to cut I/O and compress aggressively. Here is what that means in practice and when to use one.