IRC_SEARCH_QUEUE

This table is used to index search documents for candidate,requisition and geography entities.

Details

  • Schema: FUSION

  • Object owner: IRC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

IRC_SEARCH_QUEUE_PK

SEARCH_QUEUE_ID

Columns

Name Datatype Length Precision Not-null Comments
SEARCH_QUEUE_ID NUMBER 18 Yes Primary key of this table generated by sequence IRC_SEARCH_QUEUE_S
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
AFFECTED_ENTITY_ID NUMBER 18 Yes Primary key of entities TCA Geographies,Requisition and Candidates inserted in this table for indexing
REFERENCE_COUNT NUMBER 1 Yes Value of this column shows that row is already being picked up by a thead for indexing , so that no other threads pick up the row again for indexing.
INDEXING_CODE VARCHAR2 8 Yes This code tells whether the entity is to be processed in full indexing or incremental indexing
ENTITY_TYPE_CODE VARCHAR2 32 Yes This value shows the type of entity to be indexed - Location,candidate or Requision
PROCESSOR_ID NUMBER 18 Thread Id of the thread which is going to index this particualr entity row
PROCESS_ON_DATE TIMESTAMP Yes Start Date of a Candidate after offer acceptance
UPDATE_TYPE VARCHAR2 30 Type of update in the entity to perform
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.

Indexes

Index Uniqueness Tablespace Columns
IRC_SEARCH_QUEUE_N3 Non Unique Default ENTITY_TYPE_CODE, AFFECTED_ENTITY_ID, PROCESS_ON_DATE
IRC_SEARCH_QUEUE_N2 Non Unique Default PROCESSOR_ID
IRC_SEARCH_QUEUE_U1 Unique Default SEARCH_QUEUE_ID