Filtering

7 min to complete

Filtering is a feature that allows you to filter by column that is not part of the primary key without creating an index or MV and without any storage overhead. Filtering can result in really low query performance because it involves a full table-scan. Still, filtering can be really useful if you don’t have high performance requirements for certain queries or if the result of the query returns most of the rows from the table.

 

Transcript
fa-angle-up