sp_iqmpxincconnpoolinfo Procedure

If run on the coordinator node, displays INC connection pool status for every node. If executed on a secondary node, displays INC connection pool status for only the current node.

Syntax

sp_iqmpxincconnpoolinfo

Applies to

Multiplex only.

Usage

If the procedure is run on the coordinator and a secondary node is not responding or has timed out, the result set omits the row for that node, because this data cannot be accessed unless that node is running.

Privileges

MANAGE MULTIPLEX system privilege required. Users without the MANAGE MULTIPLEX system privilege must be granted EXECUTE permission.

Description

The sp_iqmpxincconnpoolinfo procedure returns:

Column Name

Data Type

Description

server_id

unsigned int

Identifier for the server

server_name

char(128)

Name of the server

current_pool_size

unsigned int

Current size of connection pool

idle_connection_count

unsigned int

Number of idle connections in the pool

connections_in_use

unsigned int

Number of connections in use

Example

Shows sample output of sp_iqmpxincconnpoolinfo:

server_id,server_name,current_pool_size,
idle_connection_count,connections_in_use

2,'r2_dbsrv90210',0,0,0

3,'w3_dbsrv90210',0,0,0