Message Working Table Schema (message_working)


Description

Lists all the messages and processors that need to be processed

message_working table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null

id of the table, please edit me

unreadmessageid BIGINT 19 null

message that still needs some processing (on message table)

processorid BIGINT 19 null

The processor with processes the message

Table contained -1 rows

message_working table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
messwork_unr_ix Performance Asc unreadmessageid