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

Optimization for postgres using RETURNING clause #170

Open
qnkhuat opened this issue Apr 13, 2024 · 0 comments
Open

Optimization for postgres using RETURNING clause #170

qnkhuat opened this issue Apr 13, 2024 · 0 comments

Comments

@qnkhuat
Copy link
Contributor

qnkhuat commented Apr 13, 2024

Postgres supports the RETURNING clause; we can optimize insert-returning-instance! to take advantage of this so that we don't need to use an additional select query to re-fetch the rows.

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