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

Replace Upsert with Insert when adding keys #245

Open
ubamrein opened this issue Sep 15, 2020 · 1 comment
Open

Replace Upsert with Insert when adding keys #245

ubamrein opened this issue Sep 15, 2020 · 1 comment

Comments

@ubamrein
Copy link
Contributor

Currently, we update or insert an exposed key in the database. We don't see any reason, why an update should be necessary and propose to replace all key upsert statements with simple inserts (with no action if the key exists).

@ineiti
Copy link
Collaborator

ineiti commented Sep 17, 2020

Would help me not asking questions about what upsert is ;)

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

No branches or pull requests

2 participants