Summary of failover-related options
- Last Updated: October 7, 2020
- 3 minute read
- DataDirect Connectors
- ODBC
- Aha! 8.0
- Amazon Redshift 8.0
- Apache Cassandra 8.0
- Apache Hive 8.0
- Apache Spark SQL 8.0
- Autonomous Rest Connector 8.0
- Cloudera Impala 7.1
- dBase 7.1
- + 24
The following table summarizes how failover-related connection options work with the drivers. See "Connection Option Descriptions" in the user's guide for your driver for further details. Not all options are available in every failover-enabled driver. The step numbers in the table refer the procedure that follows the table
| Option | Characteristic |
|---|---|
| Alternate Servers (See step 1) |
One or multiple alternate database servers. An IP address or server name identifying each server is required. |
| Connection Retry Count (See step 5) |
Number of times the driver retries the primary database server, and if specified, alternate servers until a successful connection is established. |
| Connection Retry Delay (See step 6) |
Wait interval, in seconds, between connection retry attempts when the Connection Retry Count option is set to a positive integer. |
| Failover Granularity (See step 3) |
The type of behavior that the driver exhibits when errors are detected during the failover process. |
| Failover Mode (See step 2) |
The type of failover that the driver attempts. |
| Failover Preconnect (See step 4) |
Determines whether the driver makes a connection attempt to the next server in the Alternate Servers list at the time of the initial connection. |
| Load Balancing (See step 7) |
Determines whether the driver uses client load balancing in its attempts to connect to primary and alternate database servers. If enabled, the driver attempts to connect to the database servers in random order. |