Platform Analytics 7 Dataflow

LSF_RESOURCE_PROPERTIES table

This table is being used to store the LSF resource properties
Column Name Data Type Nullable (Y/N) Key (PK/FK) Description
CLUSTER_NAME VARCHAR2(128) N PK The cluster name.
TIME_STAMP TIMESTAMP(6) N   The time of this record in the local server time zone.
TIME_STAMP_GMT NUMBER(13) N PK The time of this record in GMT time. This is the number of seconds from midnight, 1 January, 1970.
RESOURCE_NAME VARCHAR2(128) N PK The name of a particular resource.
BUILDIN VARCHAR2(16) Y   Indicate the source is BUILDIN or USERDEFINED
DYNAMIC VARCHAR2(16) Y   Indicate whether the value of this resource can change dynamically or is static. �DYNAMIC' indicates dynamic flag value, �STATIC' indicates static flag value.
INCREASING VARCHAR2(16) Y   Indicates whether the direction of consumption. The orderType indicates how hosts should be ordered from best to worst based on the resource. If the orderType is INCR , the hosts should be ordered from the lowest to the highest value for that resource; if DECR , they should be ordered from the highest to lowest. If the orderType is NA , then the resource cannot be used to order hosts.
INTERVAL_PERIOD NUMBER(10) Y   The interval component applies to resources with dynamic values. It indicates how frequently (in seconds) the resource value is evaluated
VALUE_TYPE VARCHAR2(20) Y   Indicates whether the type of the resource is NUMERIC , STRING , or BOOLEAN.
INSERT_SEQ NUMBER(15) Y   The order of sequence in which this record is inserted into the table. This field is auto-incremented whenever a new record is inserted into the table.