What is 'ALLOW FILTERING' in CQL and why should it be used with caution?
-
A
It enables full-text search on TEXT columns
-
B
It forces Cassandra to scan all partitions to satisfy a query without a partition key, which is expensive
-
C
It allows filtering on materialized view columns
-
D
It enables server-side filtering with secondary indexes only