CASSANDRA - Apache Cassandra Database Practice Test
CASSANDRA CQL and Data Modeling 2
What is 'ALLOW FILTERING' in CQL and why should it be used with caution?
Select your answer
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
Hint