Ticket #82 (new task)
Opened 3 years ago
Optimize processing of all outstanding event in the Indexer
| Reported by: | bruno | Owned by: | bruno |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Indexer | Version: | |
| Keywords: | Cc: | lily-developers@… |
Description
When the Indexer receives a message for a record, it might be that in the meantime other events happened on the record.
The Indexer can know this by looking ahead in the record-local-queue. This way, it can process all messages related to a record in one go and hence save time.
Note: See
TracTickets for help on using
tickets.