skip to main content
The Connect XE Drivers : The Greenplum Wire Protocol Driver : Greenplum Connection Option Descriptions : Load Balance Timeout
 

Try DataDirect Drivers Now
Load Balance Timeout

Attribute

LoadBalanceTimeout (LBT)

Purpose

Specifies the number of seconds to keep inactive connections open in a connection pool. An inactive connection is a database session that is not associated with an ODBC connection handle, that is, a connection in the pool that is not in use by an application.

Valid Values

0 | x
where:
x
is a positive integer that specifies a number of seconds.

Behavior

If set to 0, inactive connections are kept open.
If set to x, inactive connections are closed after the specified number of seconds passes.

Notes

*The Min Pool Size option may cause some connections to ignore this value.

Default

0

GUI Tab

Pooling tab

See also

Performance Considerations