forked from MIT-LCP/physionet-build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Add server side cursors option (MIT-LCP#2333)
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
- Loading branch information
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters