Maximum Rows Selected
When the best effort resequencer is configured to use a maximum number of rows, it performs the following steps whenever new messages are available in the resequencer database:
-
The resequencer orders the messages according to the specified sequence ID (typically a date and time stamp).
-
The resequencer locks and selects the number of messages equal to the value of the
maxRowsRetrieved
parameter from the ordered messages above. -
The resequencer processes the selected messages one after another in its own transaction in sequence.