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

Feature: Add server side cursors option #2333

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

rafalkosla101
Copy link
Contributor

@rafalkosla101 rafalkosla101 commented Jan 28, 2025

This option is responsible for a specific django behaviour about querying the database, if enabled the database calls will be sectioned and fetched in a few smaller calls, to which we need constant database connection. We would like to change our database management tool(pgbouncer) to transaction mode and to do that we would need to disable that default django behaviour. The implementation only adds an option to change it which defaults to the same behaviour as it is now. We will change that on our side by env variables

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

Successfully merging this pull request may close these issues.

3 participants