Hacker News new | ask | show | jobs
by wodenokoto 2626 days ago
That is not true

A where clause still searches the entire column, unless it is conditioned on the partition column.

1 comments

Not if you filter on clustered columns, like you should if you care about performance.
True, but now we have moved pretty far from just saying "use a where clause".

"Partition your table and create clustered columns and filter on those"