gp_interfaces
Post date: Jan 20, 2014 1:55:4 AM
gpadmin=# \d gp_interfaces
Table "pg_catalog.gp_interfaces"
Column | Type | Modifiers
-------------+----------+-----------
interfaceid | smallint | not null
address | name | not null
status | smallint | not null
Indexes:
"gp_interfaces_interface_index" UNIQUE, btree (interfaceid), tablespace "pg_global"
Tablespace: "pg_global"
The gp_interfaces table contains information about network interfaces on segment hosts. This information, joined with data from gp_db_interfaces, is used by the system to optimize the usage of available network interfaces for various purposes, including fault detection.