Category: Cloud
Database: DBC
View Column | Data Type | Format | Description |
---|---|---|---|
ComputeMapName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | Name of the compute cluster map. |
InstanceType | VARCHAR(30) LATIN UPPERCASE NOT NULL | X(30) | Instance type of the compute cluster map. |
NodeType | VARCHAR(30) UNICODE NOT CASESPECIFIC NOT NULL | X(30) | Node type of the AWS instance. |
NodeCount | SMALLINT NOT NULL | ---,--9 | Number of nodes. |
AMPsPerNode | SMALLINT NOT NULL | ---,--9 | Number of AMPs per node. |
CPUsPerNode | SMALLINT NOT NULL | ---,--9 | Number of CPUs per node. |
MemoryPerNode | INTEGER NOT NULL | --,---,---,--9 | Amount memory per node. |
MipsPerCPU | INTEGER NOT NULL | --,---,---,--9 | Number of Mips per CPU. |
CreatorName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | Username of the user that created the compute cluster map. |
CommentString | VARCHAR(255) UNICODE NOT CASESPECIFIC | X(255) | Optional comment on the compute cluster map. |
CreateTimeStamp | TIMESTAMP(0) NOT NULL | YYYY-MM-DDBHH:MI:SS | Date and time the compute cluster map was created. |