AllowFiltering
When true, slow-performing queries are processed on the server.
データ型
bool
デフォルト値
false
解説
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.