Additional properties
- Last Updated: August 6, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Hive 6.0
- Documentation
The following table summarizes additional connection properties.
| Property | Characteristic |
|---|---|
| Specifies the number of fields the driver uses to
calculate the maximum number of rows for a fetch. The default is |
|
| ArrayInsertSize | Specifies the number of fields the driver uses to calculate the
maximum number of rows sent in a packet when executing a multi-row
insert. In most scenarios, the default setting for ArrayInsertSize
provides the ideal driver behavior; however, you may need to reduce
the value specified if you encounter the following:
The default is |
| BatchMechanism |
Determines the mechanism that is used to execute batch operations. If set to If set to The default is |
| CatalogMode | Specifies whether the driver uses native catalog functions to retrieve information
returned by DatabaseMetaData functions. If set to If
set to The default is |
|
Specifies the number of times the driver retries connection
attempts to the server until a successful connection is
established. The default is If set to If set to x, the driver retries connection attempts the specified number of times. The default is |
|
|
Specifies the number of seconds the driver waits between
connection retry attempts when ConnectionRetryCount is set to a
positive integer. The default is If set to If set to x, the driver waits between connection retry attempts the specified number of seconds. The default is |
|
|
Specifies one or multiple SQL commands to be executed by the driver after it has established the connection to the database and has performed all initialization for the connection. If the execution of a SQL command fails, the connection attempt also fails and the driver throws an exception indicating which SQL command or commands failed. |
|
|
Determines the amount of memory used by the driver to cache insensitive result set data. If set to If set to If set to x, the driver caches insensitive result set data in memory and uses this value to set the size (in KB) of the memory buffer for caching insensitive result set data. The default is |
|
|
Specifies whether the driver removes 3-part column qualifiers and replaces them with alias.column qualifiers. If set to If set to The default is |
|
|
Enables DataDirect Spy to log detailed information about calls issued by the driver on behalf of the application. DataDirect Spy is not enabled by default. |
|
|
Specifies how the driver handles manual transactions. If set to If set to |
|
|
Specifies whether results are restricted to the tables and views in the current schema if a call is made without specifying a schema or if the schema is specified as the wildcard character %. Restricting results to the tables and views in the current schema improves performance of calls that do not specify a schema. If set to If set to The default is |