Fast SQLPrepare

Key Name Default Value Required

FastSQLPrepare

Clear (0)0

No

Description

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

  • Enabled (1)1: The connector defers query execution to SQLExecute.
  • Disabled (0)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.