ODBC Driver for Amazon DynamoDB

Build 23.0.8839

QueryMode

This property indicates how the driver will retrieve the results.

Possible Values

Adaptive, PartiQL, SCAN

データ型

string

デフォルト値

"Adaptive"

解説

  • Adaptive - Determine which mode to use depending on ThreadCount and the SQL statement filters.
  • PartiQL - Rebuilds the supported parts of the given SQL statement in the PartiQL equivalent.
  • SCAN - Full scan the table in parallel (number of threads is controled by ThreadCount).

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