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

Support for DBMS Upsert expressions #71

Open
sandro-salles opened this issue Oct 7, 2015 · 0 comments
Open

Support for DBMS Upsert expressions #71

sandro-salles opened this issue Oct 7, 2015 · 0 comments

Comments

@sandro-salles
Copy link

Hey Wesley!

Nice work done here, congratulations...!

I was starting to write a code that is somewhat similar to the bulk_upsert function from your code, but relying on the native DBMS UPSERT implementations (PostgreSQL 9.5 specially), where instead of two separate queries (bulk_create and bulk_update), the whole operation would happen on a single upsert query.

Do you sometime have considered using it? I think this would be a great performance improvement for the Django ORM!

As soon as i have a more stable version of my code i'll let you know so you can maybe collaborate!

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

No branches or pull requests

1 participant