Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maybe Bugs when deleting and recreating/reupdating resource #489

Open
jonenst opened this issue Dec 16, 2024 · 0 comments
Open

Maybe Bugs when deleting and recreating/reupdating resource #489

jonenst opened this issue Dec 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jonenst
Copy link
Collaborator

jonenst commented Dec 16, 2024

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

@jonenst jonenst added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant