CSO_INDEXER_CONTROL

This table is used to store the Lucene Indexer Control record.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_INDEXER_CONTROL_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
RECORD_ID NUMBER Yes This is the primary key of the table.
DATE_ADDED TIMESTAMP Yes This is the date that the record was added to the database.
DATE_MODIFIED TIMESTAMP Yes Date record was last modified in database.
INDEXER_NODE_ID NUMBER Yes id of the IndexerNode which is controlled by this row.
SESSION_TIMEOUT TIMESTAMP Timestamp of when the control's session will not be valid.
LEADER CHAR 1 Yes Flag indicating whether the control is the leading indexer in the environment.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_INDEXER_CONTROL cso_indexer_node INDEXER_NODE_ID

Indexes

Index Uniqueness Columns
CSO_INDEXER_CONTROL_U1 Unique RECORD_ID
CSO_INDEXER_CONTROL_N2 Non Unique LEADER
CSO_INDEXER_CONTROL_UK1 Unique INDEXER_NODE_ID