Skip to content

Topic

Columnar storage

A data layout that stores each column's values together, which compresses well and lets a query read only the columns it touches. It is the standard format for analytical query engines.

Current clusters