Contains the data provided by the Update Request Status job read from the REQUEST table.
Column Name | Data Type | Unique | Nullable | Description |
---|---|---|---|---|
ID | bigint | x | The primary key column | |
REQUEST_ID | bigint | The ID of the request in the database that this information belongs to | ||
SERVER | smallint | The server ID as stored in the ServerMap | ||
SEGMENT_INDEX | smallint | A number representing the segment of the URL that this data was taken from. For example, segment 3 is the domain name, segment 4 is the port, and segment 0 is the protocol. | ||
SEGMENT | varchar(80) | The data taken from the URl, matching the segment described in the segment_index. |