Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Reduce some CPU work on DB threads #2054
Conversation
erikjohnston
assigned
richvdh
Mar 23, 2017
erikjohnston
changed the title from
User Cursor.__iter__ instead of fetchall
to
Reduce some CPU work on DB threads
Mar 24, 2017
|
The commits should be self contained |
richvdh
assigned
erikjohnston
and unassigned
richvdh
Mar 24, 2017
erikjohnston
merged commit 57cfa51
into
develop
Mar 24, 2017
7 of 8 checks passed
Sytest Dendron (Merged PR)
Build finished.
Details
Sytest Dendron (Commit)
Build #1799 origin/erikj/user_iter_cursor succeeded in 12 min
Details
Sytest Postgres (Commit)
Build #2620 origin/erikj/user_iter_cursor succeeded in 6 min 34 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #2693 origin/erikj/user_iter_cursor succeeded in 7 min 0 sec
Details
Sytest SQLite (Merged PR)
Build finished.
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
continuous-integration/travis-ci/push
The Travis CI build passed
Details
erikjohnston
deleted the
erikj/user_iter_cursor
branch
Oct 26, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
erikjohnston commentedMar 23, 2017
•
edited
This prevents unnecessary construction of lists and other things in the DB threads