Keeping Records

You can keep records in an event cache, instead of distinct events for insert, update, and delete, by specifying the coalesce option.

For example:
eventCache(instream, coalesce) e0;
            
This option is most often used in conjunction with the ordering option.