ADO.NET Provider for Cassandra

Build 23.0.8839

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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839