CSO_CRAWL_EXT_URL_RELATION
This table stores parent child relation of urls crawled for a crawl config.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
CSO_CRAWL_EXT_URL_RELATION_PK |
CSO_CRAWL_EXT_URL_RELATION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
CSO_CRAWL_EXT_URL_RELATION_ID | NUMBER | Yes | This is the primary key of the table. | ||
CRAWL_CONFIG_ID | NUMBER | Yes | This is reference to crawl config table. | ||
CSO_INDEX_QUEUE_ITEM_ID | NUMBER | Yes | This is reference to queue item table. | ||
URL_ID | NUMBER | Yes | This column specifies reference to url that is downloaded. | ||
PARENT_URL_ID | NUMBER | Yes | This column refers to parent of url_id. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
CSO_CRAWL_EXT_URL_RELATION | cso_crawl_config | CSO_CRAWL_EXT_URL_RELATION_ID |
CSO_CRAWL_EXT_URL_RELATION | cso_index_queue_item | CSO_INDEX_QUEUE_ITEM_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CSO_CRAWL_EXT_RELATION_PK | Unique | Default | CSO_CRAWL_EXT_URL_RELATION_ID |