Fast SQLPrepare

This option specifies whether the connector defers query execution to SQLExecute.

  • Enabled (1): The connector defers query execution to SQLExecute.
  • Disabled (0): The connector does not defer query execution to SQLExecute.

Note: When using Native Query mode, the connector executes the HiveQL query to retrieve the result set metadata for SQLPrepare. As a result, SQLPrepare might be slow. If the result set metadata is not required after calling SQLPrepare, then enable Fast SQLPrepare.

Key Name Default Value Required

FastSQLPrepare

Clear (0)

No