JDBC Driver for Google Spanner

Build 23.0.8839

QueryPartitionMode

Configures what type of query the provider creates and how it extracts the data from the source.

Possible Values

Disabled, Adaptive, Enabled

データ型

string

デフォルト値

"Disabled"

解説

DisabledSetting QueryPartitionMode to Disabled results in an attempt to partition the queries.
AdaptiveSetting QueryPartitionMode to Adaptive results in an attempt to partition the queries but reverts to its default behavior if the query does not support partitioning.
EnabledSetting QueryPartitionMode to Enabled partitions the queries but throws an error if the queries do not support partitioning.

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