IQ_MPX_VERSIONLIST system table

CREATE TABLE "DBA".IQ_MPX_VERSIONLIST (
	  id integer PRIMARY KEY,
	  active_versions long varchar 
)IN SYSTEM;
	

This table contains one row for each query server in the multiplex (including inactive ones).

id The identifier for the query server from server name of this server.

active_versions The set of active versions.