Ok, I wa more thinking of something like the batch import, where I would pass in an array of documents to import and define a batch size.
In our case, we might have a thousand events coming in from our kinesis stream, where 500 might be emplace, and 500 delete. I will then group them by their different actions and perform them by batch.
What would be the best way of doing something like that for delete, you think?