Appearance
dim.hardware_instance_type
The dim.hardware_instance_type
contains row per hardware instance that has been used in any cluster.
Column Name | Data Type | Description | Example |
---|---|---|---|
hardware_instance_type_sk | BIGINT | A sequencer generated unique ID for hardware instance type. | 7168 |
hardware_instance_type_id | UUID | The UUID of the hardware instance type. | 3166615f-fe48-4d82-882b-8300dc963a4e |
name | VARCHAR | The YB name for the instance. | small-v1 |
provider_name | VARCHAR | The name as used by the cloud providers. | Standard_L16s_v3 |
provider | VARCHAR | Which cloud provider? | azure |
region | VARCHAR | Which cloud region is the instance type in? | east-us |
valid_from | TIMESTAMPTZ | The validity start date of the record as per the timestamp at the source system. | 2023-12-19T11:05:31.164920Z |
metering_run | TIMESTAMPTZ | The metering run (one per hour) that created the record. | 2023-12-19T11:05:31.164920Z |