Here’s a microbenchmark to show off what columnar can do. This is a “columnar friendly” use case—a wide table , and a query that only reads a few of the columns.This benchmark illustrates two benefits of columnar for PostgreSQL:- Reduced IO due to compression- Reduced IO because it skips over the columns not needed to answer the query