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 PostgreSQL cursors #301

Open
collimarco opened this issue Nov 8, 2022 · 0 comments
Open

Support for PostgreSQL cursors #301

collimarco opened this issue Nov 8, 2022 · 0 comments

Comments

@collimarco
Copy link

Instead of repeating a complex query (e.g. complex where conditions) on every iteration using “ID grater than”, it would be interesting to use native PostgreSQL cursors.

Using PostgreSQL cursors you avoid repeating the query on the database (you avoid repeating it on each iteration, however if the db session ends, then you need to perform the query again, probably using “ID grater than” in this case).

Related:

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