SEOREDIRECTTRAFFIC

Table to hold information about URL redirection as part of the SEO strategy to handle 404 and 301 redirects.

Column Descriptions:

NameTypeDescription
SEOREDIRECT_IDBIGINT NOT NULLThe internal reference number that references a redirect rule.
LASTUSEDTIMESTAMPThe last time the redirection rule was used.
HITCOUNTBIGINTThe number of times this redirection rule has been used.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>SEOREDIRECT_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_3708SEOREDIRECT_IDSEOREDIRECTSEOREDIRECT_IDCascade