Open
Description
Describe the current behavior
Looking at the code, there is code to "merge" update and create and delete operations in CollectionBuffer
create then update -> only create
create then delete -> nothing
update and delete -> only delete
delete and create -> Currently it does delete then create.
update and delete and create -> same, it does delete then create.
create and delete and create -> only create (only one that is optimized)
Describe the expected behavior
delete and create -> should only update.
update and delete and create -> same, it should only update.
Describe the steps
No response
Environment
No response
Relevant Log Output
No response
Extra Information
optimization only