Prefetch Multiple Update Records
Performance impact: Medium
Prefetching multiple update records at a time is more efficient than
obtaining each update record from XLA individually. Because updates are not prefetched
when you use
AUTO_ACKNOWLEDGE mode, it can be slower than the other
modes.
If possible, you should design your application to tolerate duplicate updates
so you can use DUPS_OK_ACKNOWLEDGE, or explicitly acknowledge updates.
Explicitly acknowledging updates usually yields the best performance if the application
can tolerate not acknowledging each message individually.