Power BI Connector for Amazon DynamoDB

Build 24.0.9060

QueryMode

This property indicates how the driver will retrieve the results.

Possible Values

Adaptive, PartiQL, SCAN

Data Type

string

Default Value

"Adaptive"

Remarks

  • 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 24.0.9060