CSO_SITEGRAPH

This table stores the hierarchy of the pages crawled during HTTP crawl.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_SITEGRAPH_PK

CHILD_COLLECTION_ID

Columns

Name Datatype Length Not-null Comments
CHILD_COLLECTION_ID NUMBER 38 Yes The collection ID for the child document in the hierarchy.
CHILD_DOC_ID NUMBER 38 This is the document ID for the child document in the hierarchy.
CHILD_URL VARCHAR2 1024 The URL for the child document in the hierarchy.
PARENT_COLLECTION_ID NUMBER 38 Yes The collection ID for the parent document in the hierarchy.
PARENT_DOC_ID NUMBER 38 This is the document ID for the parent document in the hierarchy.
PARENT_URL VARCHAR2 1024 The URL for the parent document in the hierarchy.

Indexes

Index Uniqueness Columns
CSO_SITEGRAPH_U1 Unique CHILD_COLLECTION_ID