You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: