gp_interfaces

posted Jan 19, 2014, 5:55 PM by Sachchida Ojha
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.
Comments