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

Improve insert and upsert implementation #2503

Open
tnaum-ms opened this issue Dec 3, 2024 · 0 comments
Open

Improve insert and upsert implementation #2503

tnaum-ms opened this issue Dec 3, 2024 · 0 comments
Assignees
Milestone

Comments

@tnaum-ms
Copy link
Collaborator

tnaum-ms commented Dec 3, 2024

The current code is built around using 'upsert' for both insert and update operations. While this was a good idea initially, it now complicates the decision-making process regarding when to generate a new _id and when to reuse an existing one from the state. This approach needs a thorough review and simplification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant