AllowFiltering Parameter (Connect-Cassandra Cmdlet)
When true, slow-performing queries are processed on the server.
Syntax
Connect-Cassandra -AllowFiltering SwitchParameter
Data Type
bool
Default Value
false
Remarks
Cassandra by default does not allow filtering for queries that it predicts will have performance problems. These queries include filtering on a column that is not the primary key.
You can override the default behavior and rely on the server to process these queries by setting AllowFiltering to true.