CSO_CRAWLER_STATE
This table stores the state of the crawler.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_CRAWLER_STATE_PK |
COLLECTION_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| COLLECTION_ID | NUMBER | 38 | Yes | A foreign key reference to COLLECTION_ID in CSO_COLLCETION table. |
| STATE_VALUE | BLOB | 4000 | This is the Serialized state object. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_CRAWLER_STATE | cso_collection | COLLECTION_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_CRAWLER_STATE_U1 | Unique | COLLECTION_ID |