CSO_DB_VIEW_COUNT

This table stores how many times a topic has been viewed on the client application. It creates a daily count for a topic record.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_DB_VIEW_COUNT_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
COUNT NUMBER Yes Field that stored the view count.
DATE_ADDED TIMESTAMP Yes This is the date that the record was added to the repository.
DATE_MODIFIED TIMESTAMP Yes Date record was last modified in repository.
DATE_OF_COUNT NUMBER Yes date to which this count belongs in YYYYDDD format (like Julian date)
FORUM_ID VARCHAR2 32 Yes This is the GUID reference to the forum record.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
TOPIC_ID VARCHAR2 32 Yes This is the GUID reference to the topic record.
DISCUSSION_BOARD_ID VARCHAR2 32 Yes This is the GUID reference to the discussion board record.
LOCALE_ID VARCHAR2 32 Yes This is the GUID reference to the locale record.

Indexes

Index Uniqueness Columns
CSO_DB_VIEW_COUNT_U1 Unique RECORD_ID
CSO_DB_VIEW_COUNT_N2 Non Unique DISCUSSION_BOARD_ID, LOCALE_ID
CSO_DB_VIEW_COUNT_N3 Non Unique FORUM_ID, LOCALE_ID
CSO_DB_VIEW_COUNT_N4 Non Unique LOCALE_ID
CSO_DB_VIEW_COUNT_UK1 Unique TOPIC_ID, DATE_OF_COUNT