Add One Line of SQL to Optimise Your BigQuery Tables

Clustering: A simple way to group similar rows and prevent unnecessary data processing

Matt Chapman
Towards Data Science
5 min readDec 8, 2023

--

In my previous article, I explained how to optimise SQL queries using partitioning:

--

--