REQUEST_URL

Contains the data provided by the Update Request Status job read from the REQUEST table.

Structure

Column NameData TypeUniqueNullableDescription
IDbigintxThe primary key column
REQUEST_IDbigintThe ID of the request in the database that this information belongs to
SERVERsmallintThe server ID as stored in the ServerMap
SEGMENT_INDEXsmallintA 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.
SEGMENTvarchar(80)The data taken from the URl, matching the segment described in the segment_index.

Primary Key Constraints

Indices

  1. IDX_REQUEST_URL_1

    Columns

    Included Columns

  2. IDX_REQUEST_URL_2

    Columns

    Included Columns

  3. IDX_REQUEST_URL_3

    Columns

    Included Columns

  4. IDX_REQUEST_URL_4

    Columns

    Included Columns

Statistics

  1. STAT_REQUEST_URL_1

  2. STAT_REQUEST_URL_2